Skip to content

Commit

Permalink
skip unit test because it no longer applies
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Büchse <[email protected]>
  • Loading branch information
mbuechse committed Nov 25, 2024
1 parent 8c06055 commit da439b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/kaas/k8s-node-distribution/check_nodes_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ def test_not_enough_nodes(caplog, load_testdata):


@pytest.mark.parametrize("yaml_key", ["no-distribution-1", "no-distribution-2"])
def test_no_distribution(yaml_key, caplog, load_testdata):
def notest_no_distribution(yaml_key, caplog, load_testdata):
data = load_testdata[yaml_key]
with caplog.at_level("ERROR"):
with caplog.at_level("WARNING"):
assert check_nodes(data.values()) == 2
assert len(caplog.records) == 1
record = caplog.records[0]
Expand Down

0 comments on commit da439b1

Please sign in to comment.