Explorar o código

Restore binary start up tests to RELEASE only

Daniel Gempesaw %!s(int64=10) %!d(string=hai) anos
pai
achega
5a8803b8e2
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      t/CanStartBinary.t

+ 3 - 3
t/CanStartBinary.t

@@ -9,9 +9,9 @@ use Sub::Install;
 use Test::Fatal;
 use Test::More;
 
-# unless ( $ENV{RELEASE_TESTING} ) {
-#     plan skip_all => "Author tests not required for installation.";
-# }
+unless ( $ENV{RELEASE_TESTING} ) {
+    plan skip_all => "Author tests not required for installation.";
+}
 
 PHANTOMJS: {
   SKIP: {