Skip to content

Commit 7aa9a6e

Browse files
authored
Merge pull request #3166 from IntersectMBO/skip_long_buid_estimate
refactor(tests): skip long running build-estimate delegation tests
2 parents 4b6822f + e553cf4 commit 7aa9a6e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cardano_node_tests/tests/tests_plutus/test_delegation.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -663,17 +663,16 @@ def test_register_deregister(
663663

664664
# Don't run these tests on testnets as a stake address corresponding to the Plutus script
665665
# might be already in use.
666-
@common.SKIPIF_BUILD_UNUSABLE
667-
@common.PARAM_PLUTUS_VERSION
668-
@common.PARAM_BUILD_METHOD
669666
class TestDelegateAddr:
670667
"""Tests for address delegation to stake pools."""
671668

672669
@allure.link(helpers.get_vcs_link())
670+
@pytest.mark.order(8)
673671
@pytest.mark.parametrize(
674672
"use_reference_script", (True, False), ids=("reference_script", "script_file")
675673
)
676-
@pytest.mark.order(8)
674+
@common.PARAM_PLUTUS_VERSION
675+
@common.PARAM_BUILD_METHOD_NO_EST
677676
@pytest.mark.long
678677
@pytest.mark.dbsync
679678
def test_delegate_deregister( # noqa: C901
@@ -896,6 +895,8 @@ def test_delegate_deregister( # noqa: C901
896895

897896
@allure.link(helpers.get_vcs_link())
898897
@pytest.mark.order(8)
898+
@common.PARAM_PLUTUS_VERSION
899+
@common.PARAM_BUILD_METHOD_NO_EST
899900
@pytest.mark.long
900901
@pytest.mark.dbsync
901902
def test_register_delegate_deregister(

0 commit comments

Comments
 (0)