summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPasi Petäjäjärvi <pasi.petajajarvi@qt.io>2021-11-22 16:21:39 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-12 13:54:30 +0000
commitd4f8c60c8ccb5b0ea7a8a78ee9666ec809f120dc (patch)
tree9815e52a0c039705fc9d663177ad49fd607af2d0 /tests
parentab104e89c22eea649c3dfe665267107536868cde (diff)
QNX: Remove not supported testcase
Still not implemented Task-number: QTBUG-40785 Change-Id: I9bb89ccaff30a3d906bf5665bc6ef981717aa054 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com> (cherry picked from commit 697cb6eead237fb3916c1f31935babaae14fc79d) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/io/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/CMakeLists.txt b/tests/auto/corelib/io/CMakeLists.txt
index edbcf24d31..dcf8b7c546 100644
--- a/tests/auto/corelib/io/CMakeLists.txt
+++ b/tests/auto/corelib/io/CMakeLists.txt
@@ -18,7 +18,9 @@ add_subdirectory(qloggingcategory)
add_subdirectory(qnodebug)
add_subdirectory(qsavefile)
add_subdirectory(qstandardpaths)
-add_subdirectory(qstorageinfo)
+if(NOT QNX)
+ add_subdirectory(qstorageinfo)
+endif()
add_subdirectory(qtemporarydir)
add_subdirectory(qtemporaryfile)
add_subdirectory(qurlquery)