summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/test/recovery/t/027_stream_regress.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/recovery/t/027_stream_regress.pl b/src/test/recovery/t/027_stream_regress.pl
index cd8163a4b53..37449006c1c 100644
--- a/src/test/recovery/t/027_stream_regress.pl
+++ b/src/test/recovery/t/027_stream_regress.pl
@@ -8,8 +8,8 @@ use File::Basename;
if (PostgreSQL::Test::Utils::has_wal_read_bug)
{
- # We'd prefer to use "local $TODO", but the bug causes this test file to
- # die(), not merely to fail.
+ # We'd prefer to use Test::More->builder->todo_start, but the bug causes
+ # this test file to die(), not merely to fail.
plan skip_all => 'filesystem bug';
}
else