We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e74e72a + 9e2f643 commit 33ea984Copy full SHA for 33ea984
cardano_node_tests/tests/test_governance.py
@@ -36,7 +36,7 @@ class TestPoll:
36
@pytest.fixture(scope="class")
37
def governance_poll_available(self) -> None:
38
if not clusterlib_utils.cli_has("compatible babbage governance create-poll"):
39
- pytest.fail(
+ pytest.xfail(
40
"The `cardano-cli compatible babbage governance` poll commands are not available."
41
)
42
0 commit comments