test/topology_experimental_raft: test_tablet.py: disable flaky test

Skip test_tablet_missing_data_repair, it is failing a lot breaking
promotion and CI. Can't revert because the PR introducing it was already
piled on. So disable while investigated.

Refs: #16859

Closes scylladb/scylladb#16879
This commit is contained in:
Botond Dénes
2024-01-19 09:08:16 -05:00
committed by Nadav Har'El
parent 9e8b65f587
commit 742bc1bd11

View File

@@ -411,6 +411,7 @@ 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):