X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F50-general.t;h=4f7f971d452537391bed38add91f3db4a8c90deb;hp=373e8e8fc3634b89fa522945b1a08aa7f8d48953;hb=c2a19f634f7a084c1e9c76142d4e7554895d454b;hpb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6 diff --git a/t/50-general.t b/t/50-general.t index 373e8e8..4f7f971 100644 --- a/t/50-general.t +++ b/t/50-general.t @@ -5,7 +5,7 @@ use Test::More; use Config::Any; use Config::Any::General; -if ( !Config::Any::General->is_supported ) { +if ( !Config::Any::General->is_supported && !$ENV{RELEASE_TESTING}) { plan skip_all => 'Config::General format not supported'; } else {