Skip to content

Commit

Permalink
test_010_1. -> test_010_1#, test_053. -> test_053#
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Dec 14, 2024
1 parent 0b6f7a1 commit b396c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ def test_010(self):
delete_test_namespace()

@TestScenario
@Name("test_010_1. Test zookeeper initialization AFTER starting a cluster")
@Name("test_010_1# Test zookeeper initialization AFTER starting a cluster")
def test_010_1(self):
create_shell_namespace_clickhouse_template()
chi = "test-010-zkroot"
Expand Down Expand Up @@ -5087,7 +5087,7 @@ def check_replication(chi, replicas, token, table = ''):
assert out == f"{token}", error()

@TestScenario
@Name("test_053. Check that stadnard Kubernetes annotations are ignored if set to statefulset externally")
@Name("test_053# Check that stadnard Kubernetes annotations are ignored if set to statefulset externally")
@Tags("NO_PARALLEL")
def test_053(self):
version_from = "0.23.7"
Expand Down

0 comments on commit b396c27

Please sign in to comment.