aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp')
-rw-r--r--tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp b/tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp
index 844f5d6778..25203417ba 100644
--- a/tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp
+++ b/tests/auto/quick/qquickframebufferobject/tst_qquickframebufferobject.cpp
@@ -173,6 +173,10 @@ void tst_QQuickFramebufferObject::testThatStuffWorks()
QFETCH(bool, msaa);
QFETCH(QSize, textureSize);
+#if defined(Q_OS_WIN32) && defined(QT_OPENGL_ES_2_ANGLE)
+ QSKIP("QTBUG-41815");
+#endif
+
frameInfo.renderCount = 0;
frameInfo.msaaEnabled = false;
frameInfo.msaaSupported = false;