test: Skip test_raft_voters because of existing issue

https://github.com/scylladb/scylladb/issues/18793

Closes scylladb/scylladb#22710
This commit is contained in:
Andrei Chekun
2025-02-05 13:14:08 +01:00
committed by Pavel Emelyanov
parent b860b2109f
commit 54c165c94c

View File

@@ -16,7 +16,7 @@ from test.topology.conftest import cluster_con
@pytest.mark.asyncio
@pytest.mark.xfail(reason='issue #18793')
@pytest.mark.skip(reason='issue #18793')
# Make sure the algorithm works with different number of nodes.
# Here with the "num_nodes == 1" we test that we'll only have one voter per DC, despite DC having two nodes
# (the DC1 must not have 2 voters otherwise losing it would result in the raft majority loss).