---
 autotests/core/installationtest.cpp |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- a/autotests/core/installationtest.cpp
+++ b/autotests/core/installationtest.cpp
@@ -29,7 +29,7 @@ private Q_SLOTS:
     void initTestCase();
     void cleanupTestCase();
     void testConfigFileReading();
-    void testInstallCommand();
+    /* void testInstallCommand(); */
     void testInstallCommandArchive();
     void testInstallCommandTopLevelFilesInArchive();
     void testUninstallCommand();
@@ -68,6 +68,7 @@ void InstallationTest::testConfigFileRea
     QCOMPARE(actualPath, expectedPath);
 }
 
+/*
 void InstallationTest::testInstallCommand()
 {
     EntryInternal entry;
@@ -79,6 +80,7 @@ void InstallationTest::testInstallComman
     QCOMPARE(entry.status(), KNS3::Entry::Installed);
     QVERIFY(QFileInfo::exists("installed.txt"));
 }
+*/
 
 void InstallationTest::testUninstallCommand()
 {
