summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp b/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp
index 009acb0a4a..1bf9409584 100644
--- a/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp
+++ b/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp
@@ -494,8 +494,8 @@ void tst_QFileDialog2::task227304_proxyOnFileDialog()
void tst_QFileDialog2::task227930_correctNavigationKeyboardBehavior()
{
-#ifdef Q_OS_MAC
- QSKIP("This test currently fails on Mac OS X, see QTBUG-23602");
+#if defined (Q_OS_MAC) || defined (Q_OS_LINUX)
+ QSKIP("This test currently fails on Mac OS X and linux CI, see QTBUG-23602");
#endif
QDir current = QDir::currentPath();
current.mkdir("test");