Skip to content

Commit

Permalink
test/topology: disable flaky test_decommission_add_column
Browse files Browse the repository at this point in the history
Flaky due to #11780, causes next promotion failures.
We can reenable it after the issue is fixed or a workaround is found.
  • Loading branch information
kbr-scylla committed Oct 13, 2022
1 parent c76cf59 commit 9548497
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/topology/test_topology.py
Expand Up @@ -53,6 +53,7 @@ async def test_remove_node_add_column(manager, random_tables):


@pytest.mark.asyncio
@pytest.mark.skip(reason="Flaky due to #11780")
async def test_decommission_node_add_column(manager, random_tables):
"""Add a node, remove an original node, add a column"""
servers = await manager.running_servers()
Expand Down

0 comments on commit 9548497

Please sign in to comment.