From ea9c0340a513af5bb11326d68616a0140eec83c0 Mon Sep 17 00:00:00 2001 From: Zakariyya Mughal Date: Wed, 19 Apr 2017 14:31:59 -0500 Subject: [PATCH] Fix count of tests --- t/RemoteDB/Taxonomy.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/RemoteDB/Taxonomy.t b/t/RemoteDB/Taxonomy.t index fa2de79df..594a0e8e8 100644 --- a/t/RemoteDB/Taxonomy.t +++ b/t/RemoteDB/Taxonomy.t @@ -474,7 +474,7 @@ SKIP: { # tests for #212 SKIP: { - test_skip( -tests => 12, -requires_networking => 1 ); + test_skip( -tests => 6, -requires_networking => 1 ); my $db = Bio::DB::Taxonomy->new( -source => "entrez" ); -- 2.11.4.GIT