Skip to content

Commit ba92758

Browse files
committed
feat(tests): mark plutusv3 builtins test as long
Add the @pytest.mark.long decorator to the test_plutusv3_builtins test in test_mint_build.py. This allows the test suite to identify and optionally exclude long-running tests during execution.
1 parent 144150e commit ba92758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cardano_node_tests/tests/tests_plutus_v3/test_mint_build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ def run_scenario(
184184
assert token_utxo and token_utxo[0].amount == token_amount, "The token was not minted"
185185

186186
@allure.link(helpers.get_vcs_link())
187+
@pytest.mark.long
187188
@pytest.mark.team_plutus
188189
def test_plutusv3_builtins(
189190
self,

0 commit comments

Comments
 (0)