diff --git a/contrib/bloom/t/001_wal.pl b/contrib/bloom/t/001_wal.pl index e552a8212a..acc99049e4 100644 --- a/contrib/bloom/t/001_wal.pl +++ b/contrib/bloom/t/001_wal.pl @@ -3,7 +3,7 @@ use strict; use warnings; use PostgresNode; use TestLib; -use Test::More tests => 31; +use Test::More; if (TestLib::has_wal_read_bug) { @@ -11,6 +11,10 @@ if (TestLib::has_wal_read_bug) # this test file to die(), not merely to fail. plan skip_all => 'filesystem bug'; } +else +{ + plan tests => 31; +} my $node_master; my $node_standby;