Skip to content

Commit

Permalink
Skip tests affected by node issue 5109
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Apr 27, 2023
1 parent 6d450d6 commit c5102c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano_node_tests/tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
_BLD_SKIP_REASON = "node issue #4286"
elif VERSIONS.transaction_era == VERSIONS.MARY:
_BLD_SKIP_REASON = "node issue #4287"
elif VERSIONS.transaction_era == VERSIONS.ALONZO:
_BLD_SKIP_REASON = "node issue #5109"
BUILD_UNUSABLE = bool(_BLD_SKIP_REASON)

SKIPIF_BUILD_UNUSABLE = pytest.mark.skipif(
Expand Down

0 comments on commit c5102c3

Please sign in to comment.