test: Enable test_tablet_missing_data_repair again

Fixes #16859
This commit is contained in:
Asias He
2024-01-23 11:10:34 +08:00
parent 7c230f17cc
commit 99e3d2ce72

View File

@@ -419,7 +419,6 @@ async def test_tablet_repair(manager: ManagerClient):
await cql.run_async("DROP KEYSPACE test;")
@pytest.mark.skip(reason="failing a lot, see https://github.com/scylladb/scylladb/issues/16859")
@pytest.mark.repair
@pytest.mark.asyncio
async def test_tablet_missing_data_repair(manager: ManagerClient):