Skip to content

Commit 3fead7f

Browse files
zxqfd555Manul from Pathway
authored andcommitted
mute test_debezium_postgres until further investigation (#7935)
GitOrigin-RevId: 3c57c6284e2daddec9341599b5f54b4ca5ecd45c
1 parent 62a2e20 commit 3fead7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_tests/db_connectors/test_debezium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class InputSchema(pw.Schema):
6363
wait_result_with_checker(SumChecker(output_path, expected_sum), 30, step=1.0)
6464

6565

66-
@pytest.mark.flaky(reruns=5)
66+
@pytest.mark.xfail(reason="needs investigation")
6767
def test_debezium_postgres(tmp_path, postgres, debezium):
6868
class InputSchema(pw.Schema):
6969
value: int

0 commit comments

Comments
 (0)