From 41dfbfdb8ad3704213f89f60aafca5d6148bf9e3 Mon Sep 17 00:00:00 2001
From: Christoph Berg <myon@debian.org>
Date: Sat, 15 Feb 2025 12:47:50 +0100
Subject: [PATCH] Disable flaky t/02_replicate_row.t test.

---
 debian/changelog   | 6 ++++++
 debian/tests/prove | 5 ++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d367c2e..7a0f2e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+check-postgres (2.26.0-2) unstable; urgency=medium
+
+  * Disable flaky t/02_replicate_row.t test.
+
+ -- Christoph Berg <myon@debian.org>  Sat, 15 Feb 2025 12:45:41 +0100
+
 check-postgres (2.26.0-1) unstable; urgency=medium
 
   * New upstream version.
diff --git a/debian/tests/prove b/debian/tests/prove
index 3d789a0..8e990f1 100755
--- a/debian/tests/prove
+++ b/debian/tests/prove
@@ -17,7 +17,10 @@ esac
 trap "rm -rf test_database_check_postgres* /tmp/cptesting_socket*" 0 2 3 15
 
 # remove test not compatible with PG12
-rm -f t/02_same_schema.t
+rm -fv t/02_same_schema.t
+
+# remove flaky test
+rm -fv t/02_replicate_row.t
 
 for v in $(/usr/share/postgresql-common/supported-versions); do
   echo "### testing PostgreSQL $v ###"
-- 
GitLab