Skip to content

Commit

Permalink
Mark postgres test as flake (#18585)
Browse files Browse the repository at this point in the history
  • Loading branch information
iliakur committed Sep 13, 2024
1 parent ef41af5 commit 3bed02c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions postgres/tests/test_logical_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def test_subscription_stats_sync_errors(aggregator, integration_check, pg_replic


@requires_over_10
@pytest.mark.flaky(max_runs=5)
def test_stat_subscription(aggregator, integration_check, pg_replica_logical):
check = integration_check(pg_replica_logical)
check.check(pg_replica_logical)
Expand Down

0 comments on commit 3bed02c

Please sign in to comment.