diff options
Diffstat (limited to 'src/bin/pg_rewind/t/005_same_timeline.pl')
-rw-r--r-- | src/bin/pg_rewind/t/005_same_timeline.pl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bin/pg_rewind/t/005_same_timeline.pl b/src/bin/pg_rewind/t/005_same_timeline.pl index df469d39393..5464f4203a7 100644 --- a/src/bin/pg_rewind/t/005_same_timeline.pl +++ b/src/bin/pg_rewind/t/005_same_timeline.pl @@ -12,9 +12,6 @@ use lib $FindBin::RealBin; use RewindTest; -# Test that running pg_rewind if the two clusters are on the same -# timeline runs successfully. - RewindTest::setup_cluster(); RewindTest::start_master(); RewindTest::create_standby(); |