Skip to content

Commit

Permalink
Mark the test_conflicts_snapshot test as flaky (#16730)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret authored Jan 29, 2024
1 parent ba6736e commit d202cef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions postgres/tests/test_pg_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import time

import pytest
from flaky import flaky

from .common import (
DB_NAME,
Expand Down Expand Up @@ -130,6 +131,7 @@ def test_conflicts_lock(aggregator, integration_check, pg_instance, pg_replica_i


@requires_over_10
@flaky(max_runs=5)
def test_conflicts_snapshot(aggregator, integration_check, pg_instance, pg_replica_instance2):
check = integration_check(pg_replica_instance2)
expected_tags = _get_expected_tags(check, pg_replica_instance2, db=DB_NAME)
Expand Down

0 comments on commit d202cef

Please sign in to comment.