Quick test now runs only Ping and Record::Fetch.
authorMike Taylor <mike@indexdata.com>
Wed, 12 Dec 2012 09:30:50 +0000 (09:30 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 12 Dec 2012 09:30:50 +0000 (09:30 +0000)
lib/ZOOM/IRSpy/Test/Quick.pm

index 70e1fdc..c184ccd 100644 (file)
@@ -8,7 +8,7 @@ use warnings;
 use ZOOM::IRSpy::Test;
 our @ISA = qw(ZOOM::IRSpy::Test);
 
-sub subtests { qw(Ping Search::CQL Search::Bath) }
+sub subtests { qw(Ping Record::Fetch) }
 
 sub timeout { 20 }