Skip to content
Snippets Groups Projects
Commit cfdfb51c authored by Felix Kleinert's avatar Felix Kleinert
Browse files

if statement for runner removed

parent 2e4838f3
Branches
Tags
3 merge requests!90WIP: new release update,!89Resolve "release branch / CI on gpu",!84Felix issue080 testing test helpers
Pipeline #32827 failed
......@@ -154,7 +154,7 @@ class TestPrepareHost:
with pytest.raises(OSError) as e:
prepare_host()
assert "unknown host 'NotExistingHostName'" in e.value.args[0]
if "runner-6HmDp9Qd-project-2411-concurrent" not in platform.node():
# if "runner-6HmDp9Qd-project-2411-concurrent" not in platform.node():
mock_host.return_value = "linux-aa9b"
with pytest.raises(NotADirectoryError) as e:
prepare_host()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment