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:
Sergey Zolotukhin
2026-01-15 10:16:03 +01:00
committed by Avi Kivity
parent fb15c818f6
commit abcf02cbda

View File

@@ -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.