From 3aaadc5226e8914a562daa1d3d123da929d1affd Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 22 Oct 2012 12:56:19 +0200 Subject: Skip flaky subtests of tests/auto/qmltest. - Skip test_key_click() in events/tst_events.qml. - Skip test_pixel pixel/tst_pixel.qml. Task-number: QTBUG-27671 Change-Id: Id78c34244d346910e28a2368f9fe3a41f54b8fb9 Reviewed-by: Janne Anttila Reviewed-by: Stephen Kelly --- tests/auto/qmltest/pixel/tst_pixel.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auto/qmltest/pixel/tst_pixel.qml') diff --git a/tests/auto/qmltest/pixel/tst_pixel.qml b/tests/auto/qmltest/pixel/tst_pixel.qml index 67eca074df..f10840b9ab 100644 --- a/tests/auto/qmltest/pixel/tst_pixel.qml +++ b/tests/auto/qmltest/pixel/tst_pixel.qml @@ -52,6 +52,7 @@ Rectangle { when: windowShown function test_pixel() { + skip("test_pixel() is unstable, QTBUG-27671") var img = grabImage(rect); compare(img.pixel(20, 20), Qt.rgba(255, 0, 0, 255)); compare(img.red(1,1), 255); -- cgit v1.2.3