From 1eabfb11aff424606f22a360ca016d0c63113761 Mon Sep 17 00:00:00 2001 From: Valerii Ponomarov Date: Tue, 15 Nov 2022 17:46:44 +0200 Subject: [PATCH] test(k8s): skip flush and reshard test due to operator's bug The 'test_nodetool_flush_and_reshard' test fails due to the following bug: https://github.com/scylladb/scylla-operator/issues/1077 So, skip it. --- functional_tests/scylla_operator/test_functional.py | 1 + 1 file changed, 1 insertion(+) diff --git a/functional_tests/scylla_operator/test_functional.py b/functional_tests/scylla_operator/test_functional.py index b1f7b11b3cf..50e7e024ba5 100644 --- a/functional_tests/scylla_operator/test_functional.py +++ b/functional_tests/scylla_operator/test_functional.py @@ -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]