aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/pixel/tst_pixel.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qmltest/pixel/tst_pixel.qml')
-rw-r--r--tests/auto/qmltest/pixel/tst_pixel.qml1
1 files changed, 1 insertions, 0 deletions
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);