From abcf02cbda1859eccdb1572c7d0b4e084cedf3d4 Mon Sep 17 00:00:00 2001 From: Sergey Zolotukhin Date: Thu, 15 Jan 2026 10:16:03 +0100 Subject: [PATCH] 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 799d837295f89477c9a4361dc30a8050679c4515) --- test/cluster/test_start_bootstrapped_with_invalid_seed.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cluster/test_start_bootstrapped_with_invalid_seed.py b/test/cluster/test_start_bootstrapped_with_invalid_seed.py index e9698bb595..e3f627911b 100644 --- a/test/cluster/test_start_bootstrapped_with_invalid_seed.py +++ b/test/cluster/test_start_bootstrapped_with_invalid_seed.py @@ -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.