Skip to content

Commit

Permalink
Add blocker for plutus-apps issue 1107
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Sep 11, 2023
1 parent f8daf97 commit ebd0f52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cardano_node_tests/tests/plutus_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,4 +449,10 @@ def create_script_context_w_blockers(
blockers.GH(
issue=1078, repo="input-output-hk/plutus-apps", message="TextEnvelopeTypeError"
).finish_test()
if "PlutusScriptV1 custom redeemer not wired up" in str(err):
blockers.GH(
issue=1107,
repo="input-output-hk/plutus-apps",
message="PlutusScriptV1 custom redeemer",
).finish_test()
raise

0 comments on commit ebd0f52

Please sign in to comment.