Only run the load-save test manually, skip for make/prove
Jess Robinson [Tue, 1 May 2012 11:29:13 +0000 (11:29 +0000)]
t/load-save-speed.t

index 9a6ee13..dc19b09 100644 (file)
@@ -9,7 +9,15 @@ use File::Path 'mkpath';
 
 use Text::Tradition;
 use Text::Tradition::Directory;
-use Test::More 'no_plan';
+use Test::More;
+
+## Don't run this test when running make test or prove, to run it use perl -Ilib t/load-save-speed.t
+
+if($ENV{HARNESS_ACTIVE}) {
+    plan skip_all => 'Skipping performance tests under prove/make, run manually to test performance improvements';
+} else {
+    plan 'no_plan';
+}
 
 ## Using t/data/besoin.xml  / t/data/besoin.dot as a large test example:
 my $test_name = 'besoin';