Skip to content

Commit fff6a8d

Browse files
authored
Temporarily disable flaky test
1 parent 945dcb8 commit fff6a8d

File tree

1 file changed

+1
-1
lines changed
  • tests/integration/test_postgresql_replica_database_engine_2

1 file changed

+1
-1
lines changed

tests/integration/test_postgresql_replica_database_engine_2/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def test_toast(started_cluster):
759759
order_by="id",
760760
)
761761

762-
762+
@pytest.mark.skip(reason="flaky test, will fix soon")
763763
def test_replica_consumer(started_cluster):
764764
table = "test_replica_consumer"
765765
pg_manager_instance2.restart()

0 commit comments

Comments
 (0)