mirror of
https://github.com/znc/znc.git
synced 2026-05-08 22:34:45 +02:00
Disable perl and python tests in coverage.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user