Skip to content

Commit 661ea2a

Browse files
authored
Merge pull request ClickHouse#79301 from ClickHouse/kssenii-patch-14
Disable two broken rabbitmq tests until fixed
2 parents c4596b3 + 2445011 commit 661ea2a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration/test_storage_rabbitmq/test_failed_connection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
from helpers.client import QueryRuntimeException
99
from helpers.cluster import ClickHouseCluster
1010

11+
# Disable the below two tests until fixed, because they are too broken
12+
pytestmark = pytest.mark.skip
1113

1214
DEFAULT_TIMEOUT_SEC = 120
1315

0 commit comments

Comments
 (0)