Skip to content
Snippets Groups Projects
Commit 41dfbfdb authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

Disable flaky t/02_replicate_row.t test.

parent de1eda7d
No related branches found
No related tags found
No related merge requests found
Pipeline #816101 passed
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.
......
......@@ -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 ###"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment