X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F51-ini.t;h=5cee996ca5642bf6c3ac5b08b4d32f4093c68045;hp=9c81ca828ffd98b517079323b0a9fc453a53985d;hb=c2a19f634f7a084c1e9c76142d4e7554895d454b;hpb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6 diff --git a/t/51-ini.t b/t/51-ini.t index 9c81ca8..5cee996 100644 --- a/t/51-ini.t +++ b/t/51-ini.t @@ -5,7 +5,7 @@ use Test::More; use Config::Any; use Config::Any::INI; -if ( !Config::Any::INI->is_supported ) { +if ( !Config::Any::INI->is_supported && !$ENV{RELEASE_TESTING} ) { plan skip_all => 'INI format not supported'; } else {