X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=t%2F52-json.t;h=8bc5cc90ec30a841e5a1fbb7e978265350536da3;hp=c9e0967f05bbce60b23bbe30cb11a53eb9f4cac7;hb=712235202a9cc46d4d5efa86a7f40c64771f9498;hpb=e0186698ea45049a14a46eeffeb648a4b6092785 diff --git a/t/52-json.t b/t/52-json.t index c9e0967..8bc5cc9 100644 --- a/t/52-json.t +++ b/t/52-json.t @@ -5,7 +5,7 @@ use Test::More; use Config::Any; use Config::Any::JSON; -if ( !Config::Any::JSON->is_supported ) { +if ( !Config::Any::JSON->is_supported && !$ENV{RELEASE_TESTING} ) { plan skip_all => 'JSON format not supported'; } else {