From: Shane Kearns Date: Mon, 25 Jun 2012 16:43:22 +0000 (+0100) Subject: QSKIP test that is blocking unrelated changes in CI X-Git-Tag: 071012110112~266 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=afdce18f576adfb68eb381d1864e50580ed08786;p=profile%2Fivi%2Fqtbase.git QSKIP test that is blocking unrelated changes in CI The test looks vulnerable to misbehaviour if the working directory contains unexpected files and folders. As it's already skipped on Mac, skip on linux as well to unblock the CI. Change-Id: Id2e48ea455eb77e36c4f9d899885e101f674c0a3 Reviewed-by: Thiago Macieira --- diff --git a/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp b/tests/auto/widgets/dialogs/qfiledialog2/tst_qfiledialog2.cpp index 009acb0..1bf9409 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");