Skip to content

Commit

Permalink
test(k8s): skip flush and reshard test due to operator's bug
Browse files Browse the repository at this point in the history
The 'test_nodetool_flush_and_reshard' test fails due to the following
bug: scylladb/scylla-operator#1077
So, skip it.
  • Loading branch information
vponomaryov committed Nov 15, 2022
1 parent ea367e8 commit 1eabfb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions functional_tests/scylla_operator/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ def test_default_dns_policy(db_cluster: ScyllaPodCluster):
f"Pods: {yaml.safe_dump(pods_with_wrong_dns_policy, indent=2)}")


@pytest.mark.skip("Disabled due to the https://github.com/scylladb/scylla-operator/issues/1077")
def test_nodetool_flush_and_reshard(db_cluster: ScyllaPodCluster):
target_node = db_cluster.nodes[0]

Expand Down

0 comments on commit 1eabfb1

Please sign in to comment.