We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba6750 commit 2e0028bCopy full SHA for 2e0028b
t/author/01-confirm-schema.t
@@ -3,7 +3,7 @@ use warnings;
3
use Test::Lib;
4
use Test::Net::SAML2;
5
6
-if (!$ENV{AUTHOR_TESTING}) {
+if (!$ENV{DISABLED_AUTHOR_TESTING}) {
7
plan skip_all => 'Author test skipped';
8
}
9
0 commit comments