Skip to content

Commit 2e0028b

Browse files
committed
Disable author testing update to libxml2 or catalog required
1 parent 7ba6750 commit 2e0028b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/author/01-confirm-schema.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use warnings;
33
use Test::Lib;
44
use Test::Net::SAML2;
55

6-
if (!$ENV{AUTHOR_TESTING}) {
6+
if (!$ENV{DISABLED_AUTHOR_TESTING}) {
77
plan skip_all => 'Author test skipped';
88
}
99

0 commit comments

Comments
 (0)