Removed final vestiges of misunderstandings
[dbsrgits/DBM-Deep.git] / t / 09_deeparray.t
index 288492b..ad134fa 100644 (file)
@@ -2,9 +2,16 @@
 # DBM::Deep Test
 ##
 use strict;
-use Test::More tests => 3;
+use Test::More;
+
+plan skip_all => "You must set \$ENV{LONG_TESTS} to run the long tests"
+    unless $ENV{LONG_TESTS};
+
+plan tests => 3;
 use t::common qw( new_fh );
 
+diag "This test can take up to a minute to run. Please be patient.";
+
 use_ok( 'DBM::Deep' );
 
 my ($fh, $filename) = new_fh();