X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F55-yaml.t;h=0f80d26ababcba1a80e1a802f68135c0d131110a;hp=2b2c52ded65bf172deba8d1cf4762f8884a6d832;hb=c2a19f634f7a084c1e9c76142d4e7554895d454b;hpb=df8a40c5ea67b2d8a89d654bdda7c538afe8f6b6 diff --git a/t/55-yaml.t b/t/55-yaml.t index 2b2c52d..0f80d26 100644 --- a/t/55-yaml.t +++ b/t/55-yaml.t @@ -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 {