Disable perl and python tests in coverage.

This commit is contained in:
Alexey Sokolov
2016-01-09 15:15:43 +00:00
parent 4fe4a45dd6
commit 6a87ba3d4f
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -1725,6 +1725,10 @@ TEST_F(ZNCTest, WatchModule) {
}
TEST_F(ZNCTest, Modperl) {
if (QProcessEnvironment::systemEnvironment().value(
"DISABLED_ZNC_PERL_PYTHON_TEST") == "1") {
return;
}
auto znc = Run();
Z;
znc->CanLeak();
@@ -1743,6 +1747,10 @@ TEST_F(ZNCTest, Modperl) {
}
TEST_F(ZNCTest, Modpython) {
if (QProcessEnvironment::systemEnvironment().value(
"DISABLED_ZNC_PERL_PYTHON_TEST") == "1") {
return;
}
auto znc = Run();
Z;
znc->CanLeak();