test: cluster: Mark test with @pytest.mark.asyncio in test_multidc.py

One of the tests,
test_startup_with_keyspaces_violating_rf_rack_valid_keyspaces,
didn't have the marker. Let's add it now.
This commit is contained in:
Dawid Mędrek
2026-03-24 12:52:00 +01:00
parent 66be0f4577
commit 4fead4baae

View File

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