We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a3e401 + a8f81e4 commit 9646308Copy full SHA for 9646308
src/test/regress/parallel_schedule
@@ -91,8 +91,10 @@ test: select_parallel
91
test: write_parallel
92
test: vacuum_parallel
93
94
-# no relation related tests can be put in this group
95
-test: publication subscription
+# These test are flaky when run in parallel with eachother, see:
+# https://www.postgresql.org/message-id/flat/18dcfb7f-5deb-4487-ae22-a2c16839519a%40gmail.com
96
+test: publication
97
+test: subscription
98
99
# ----------
100
# Another group of parallel tests
0 commit comments