We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91efda4 commit 2b7c54aCopy full SHA for 2b7c54a
2 files changed
test/Gateway/test_node.py
@@ -87,6 +87,7 @@ def test_missing_args(value):
87
assert proc.returncode != 0
88
89
90
+@pytest.mark.skip(reason="Intermittently failing during CI only.")
91
def test_invalid_args():
92
"""Test that the node fails when required arguments are of the wrong type."""
93
test/Sandpit/Exscientia/Gateway/test_node.py
0 commit comments