summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_core/tst_plugin.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_core/tst_plugin.qml')
-rw-r--r--tests/auto/declarative_core/tst_plugin.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative_core/tst_plugin.qml b/tests/auto/declarative_core/tst_plugin.qml
index 4e812ae5..abb5f796 100644
--- a/tests/auto/declarative_core/tst_plugin.qml
+++ b/tests/auto/declarative_core/tst_plugin.qml
@@ -74,8 +74,6 @@ Item {
name: "Plugin properties"
function test_plugin() {
verify (invalidPlugin.availableServiceProviders.length > 0)
- skip("Skipping remainder due to QTBUG-33542")
- //next call fails: QTBUG-33542
verify (invalidPlugin.availableServiceProviders.indexOf('qmlgeo.test.plugin') > -1) // at least test plugin must be present
// invalid plugins should have no features