We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f05f4 commit eef7c5cCopy full SHA for eef7c5c
dev_tools/docker_test.py
@@ -22,7 +22,6 @@ def test_docker_stable():
22
assert result.returncode == 0
23
24
25
-@pytest.mark.skip(reason="fails due to boken dependendencies #6475")
26
def test_docker_pre():
27
if platform.system() != 'Linux':
28
pytest.skip("Unsupported os")
0 commit comments