Blacklist tst_MacGui::nonModalOrder

The test is marked as expected failure for the last 3 years, in CI it
is proven to be somehow flaky and it is failing now because of XPASS
which is not covered by blacklist feature.

This patch extends efforts of 7eba6d039d
and 03b4838cb5 by blacklisting the test
completely.

Change-Id: Ia295d61620fa6bc97b168d4de9456a18ed5c064f
Task-number: QTQAINFRA-1333
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
Jędrzej Nowacki 2017-07-27 10:58:33 +02:00
parent 5cdc485865
commit 7daf0ea581
2 changed files with 1 additions and 3 deletions

View File

@ -1,3 +1,2 @@
[nonModalOrder]
osx-10.11 ci
osx-10.12 ci
osx

View File

@ -190,7 +190,6 @@ void tst_MacGui::nonModalOrder()
primary.resize(400, 400);
primary.move(100, 100);
primary.exec();
QEXPECT_FAIL("", "Non-modal child windows show behind the modal dialig", Abort);
QCOMPARE(primary.frontWidget, primary.secondaryWindow);
}