Skip to content

Commit

Permalink
Disable subtest and YAML tests for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Leont committed Apr 5, 2017
1 parent c22768d commit 5f142d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions t/string.t
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
use TAP;

print "1..0 # SKIP subtests and YAML have been disabled for now\n";
exit 0;

use Test;

my $content1 = q:heredoc/END/;
Expand Down

0 comments on commit 5f142d5

Please sign in to comment.