From 3ffa7d5d6ecb75c244c6b22565df5184c638643a Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Fri, 8 Jun 2018 15:18:14 +0200 Subject: Skip flaky tst_WaylandClient::dontCrashOnMultipleCommits() Until we figure out the cause, just skip it. Task-number: QTBUG-68756 Change-Id: I70d84ddabae4ef9df834ff8a471dddeee97e18f9 Reviewed-by: Paul Olav Tvete --- tests/auto/client/client/tst_client.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/client/client/tst_client.cpp b/tests/auto/client/client/tst_client.cpp index dcc0cb773..874de82cc 100644 --- a/tests/auto/client/client/tst_client.cpp +++ b/tests/auto/client/client/tst_client.cpp @@ -490,6 +490,7 @@ void tst_WaylandClient::mouseDrag() void tst_WaylandClient::dontCrashOnMultipleCommits() { + QSKIP("This test is flaky. See QTBUG-68756."); auto window = new TestWindow(); window->show(); -- cgit v1.2.3