summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/tests.pri4
-rw-r--r--tests/auto/widgets/tests.pri4
2 files changed, 6 insertions, 2 deletions
diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri
index 0af8dbd76..c2e47c653 100644
--- a/tests/auto/quick/tests.pri
+++ b/tests/auto/quick/tests.pri
@@ -1,6 +1,8 @@
TEMPLATE = app
-CONFIG += testcase
+# FIXME: Re-enable once we want to run tests on the CI
+# CONFIG += testcase
+
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET
diff --git a/tests/auto/widgets/tests.pri b/tests/auto/widgets/tests.pri
index 05636d279..c1231defe 100644
--- a/tests/auto/widgets/tests.pri
+++ b/tests/auto/widgets/tests.pri
@@ -1,6 +1,8 @@
TEMPLATE = app
-CONFIG += testcase
+# FIXME: Re-enable once we want to run tests on the CI
+# CONFIG += testcase
+
VPATH += $$_PRO_FILE_PWD_
TARGET = tst_$$TARGET