update git repo url
[p5sagit/Config-Any.git] / t / 51-ini.t
index 9c81ca8..5cee996 100644 (file)
@@ -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 {