mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-29 04:37:00 +00:00
test: disable test_start_bootstrapped_with_invalid_seed
The test intermittently fails when an invalid DNS name is resolved,
likely due to ISP DNS error hijacking (see scylladb/scylladb#28153).
Disable this test to unblock CI.
Fixes scylladb/scylladb#28153
Closes scylladb/scylladb#28162
(cherry picked from commit 799d837295)
This commit is contained in:
committed by
Avi Kivity
parent
fb15c818f6
commit
abcf02cbda
@@ -16,6 +16,7 @@ pytestmark = pytest.mark.prepare_3_nodes_cluster
|
||||
|
||||
|
||||
@pytest.mark.asyncio
|
||||
@pytest.mark.skip(reason="Test is disabled due to scylladb/scylladb#28153")
|
||||
async def test_start_bootstrapped_with_invalid_seed(manager: ManagerClient):
|
||||
"""
|
||||
Issue https://github.com/scylladb/scylladb/issues/14945.
|
||||
|
||||
Reference in New Issue
Block a user