always run all tests during release
[p5sagit/Config-Any.git] / t / 55-yaml.t
index 2b2c52d..0f80d26 100644 (file)
@@ -6,7 +6,7 @@ use Test::More;
 use Config::Any;
 use Config::Any::YAML;
 
-if ( !Config::Any::YAML->is_supported ) {
+if ( !Config::Any::YAML->is_supported && !$ENV{RELEASE_TESTING} ) {
     plan skip_all => 'YAML format not supported';
 }
 else {