diff --git a/test/cluster/test_multidc.py b/test/cluster/test_multidc.py index 5b57c345cd..158a366b6e 100644 --- a/test/cluster/test_multidc.py +++ b/test/cluster/test_multidc.py @@ -403,6 +403,7 @@ async def test_arbiter_dc_rf_rack_valid_keyspaces(manager: ManagerClient): for task in [*valid_keyspaces, *invalid_keyspaces]: _ = tg.create_task(task) +@pytest.mark.asyncio async def test_startup_with_keyspaces_violating_rf_rack_valid_keyspaces(manager: ManagerClient): """ This test verifies that starting a Scylla node fails when there's an RF-rack-invalid keyspace.