diff --git a/tests/pluginloadtest.cpp b/tests/pluginloadtest.cpp index a2a4bc87c..259a47ed8 100644 --- a/tests/pluginloadtest.cpp +++ b/tests/pluginloadtest.cpp @@ -82,6 +82,11 @@ class PluginLoadTest : public QObject d = id; } } + + if (!d->loadedPlugins().contains("kdeconnect_remotecontrol")) { + QSKIP("kdeconnect_remotecontrol is required for this test"); + } + QVERIFY(d); QVERIFY(d->isPaired()); QVERIFY(d->isReachable());