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 <paul.tvete@qt.io>
This commit is contained in:
Johan Klokkhammer Helsing 2018-06-08 15:18:14 +02:00 committed by Jani Heikkinen
parent d92ccb70a5
commit 6ac25c4b12

View File

@ -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();