summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Munro2023-09-06 23:47:42 +0000
committerThomas Munro2023-09-06 23:47:42 +0000
commit8d1cf9674a253f88d52c365804b9b4d3a7eeab9d (patch)
treec652f40670b033976630a90a6b176e6f02dc206c
parent253bc4eb284b3d3e5fe554f74fcc50ca10e8fd61 (diff)
Disable 031_recovery_conflict.pl in 15 and 16.
This test fails due to known bugs in the test and the server. Those will be fixed in master shortly and possibly back-patched a bit later, but in the meantime it is unhelpful for package maintainers if the tests randomly fail, and it's not a good time to make complex changes in 16. This had already been done for older branches prior to 15's release. Now we're about to release 16, and Debian's test builds are regularly failing on one architecture, so let's do the same for 15 and 16. Reported-by: Christoph Berg <myon@debian.org> Reported-by: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> Discussion: https://postgr.es/m/CALj2ACVr8au2J_9D88UfRCi0JdWhyQDDxAcSVav0B0irx9nXEg%40mail.gmail.com
-rw-r--r--src/test/recovery/t/031_recovery_conflict.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/recovery/t/031_recovery_conflict.pl b/src/test/recovery/t/031_recovery_conflict.pl
index 05e83fa854f..b3e7972599b 100644
--- a/src/test/recovery/t/031_recovery_conflict.pl
+++ b/src/test/recovery/t/031_recovery_conflict.pl
@@ -10,6 +10,7 @@ use PostgreSQL::Test::Cluster;
use PostgreSQL::Test::Utils;
use Test::More;
+plan skip_all => "disabled due to instability";
# Set up nodes
my $node_primary = PostgreSQL::Test::Cluster->new('primary');