Skip to content

Commit 3bed02c

Browse files
authored
Mark postgres test as flake (#18585)
1 parent ef41af5 commit 3bed02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

postgres/tests/test_logical_replication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def test_subscription_stats_sync_errors(aggregator, integration_check, pg_replic
112112

113113

114114
@requires_over_10
115+
@pytest.mark.flaky(max_runs=5)
115116
def test_stat_subscription(aggregator, integration_check, pg_replica_logical):
116117
check = integration_check(pg_replica_logical)
117118
check.check(pg_replica_logical)

0 commit comments

Comments
 (0)