Disable os dependant test

This commit is contained in:
Gres 2021-04-15 22:06:23 +03:00
parent 1a153ff5c3
commit d5dfa5786b

View File

@ -66,6 +66,7 @@ TEST(UpdateInstaller, SuccessRemove)
ASSERT_TRUE(testee.error().isEmpty());
}
#ifdef Q_OS_LINUX
TEST(UpdateInstaller, FailInstallNoWritable)
{
const auto t1 = "/foo.txt";
@ -76,6 +77,7 @@ TEST(UpdateInstaller, FailInstallNoWritable)
testee.install(toFile(t1), data);
ASSERT_FALSE(testee.error().isEmpty());
}
#endif
TEST(UpdateInstaller, FailRemove)
{