aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/auto.pro5
-rw-r--r--tests/auto/tst_qtgraphicaleffects.cpp4
2 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 16adc08..711d2ac 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -6,8 +6,3 @@ QT += qml testlib quick
TARGET = tst_qtgraphicaleffects
SOURCES += tst_qtgraphicaleffects.cpp
-
-# QTBUG-65211
-boot2qt: {
- DEFINES += SKIP_INNERSHADOW_TEST
-}
diff --git a/tests/auto/tst_qtgraphicaleffects.cpp b/tests/auto/tst_qtgraphicaleffects.cpp
index 96cc3bd..5c6dcb4 100644
--- a/tests/auto/tst_qtgraphicaleffects.cpp
+++ b/tests/auto/tst_qtgraphicaleffects.cpp
@@ -471,10 +471,6 @@ void tst_qtgraphicaleffects::dropShadow()
void tst_qtgraphicaleffects::innerShadow()
{
-#ifdef SKIP_INNERSHADOW_TEST
- QSKIP("Skipping due to QTBUG-65211");
-#endif
-
// Creation
QString componentStr = "import QtQuick 2.0\n"
+ importSelf +