Skip to content

Commit da439b1

Browse files
committed
skip unit test because it no longer applies
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 8c06055 commit da439b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/kaas/k8s-node-distribution/check_nodes_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ def test_not_enough_nodes(caplog, load_testdata):
4242

4343

4444
@pytest.mark.parametrize("yaml_key", ["no-distribution-1", "no-distribution-2"])
45-
def test_no_distribution(yaml_key, caplog, load_testdata):
45+
def notest_no_distribution(yaml_key, caplog, load_testdata):
4646
data = load_testdata[yaml_key]
47-
with caplog.at_level("ERROR"):
47+
with caplog.at_level("WARNING"):
4848
assert check_nodes(data.values()) == 2
4949
assert len(caplog.records) == 1
5050
record = caplog.records[0]

0 commit comments

Comments
 (0)