Skip to content

Commit

Permalink
Merge pull request #2170 from IntersectMBO/skip_no_cc
Browse files Browse the repository at this point in the history
Skip on setup with no CC
  • Loading branch information
mkoura authored Jan 16, 2024
2 parents 3c059e5 + 01da210 commit afad479
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cardano_node_tests/tests/tests_conway/test_voting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,6 +1174,8 @@ def _cast_vote(approve: bool, vote_id: str, add_spo_votes: bool = False) -> None
governance_utils.check_action_view(cluster_obj=cluster, action_data=withdrawal_actions[0])

@allure.link(helpers.get_vcs_link())
@pytest.mark.skipif(not configuration.HAS_CC, reason="Runs only on setup with CC")
@pytest.mark.long
def test_no_confidence(
self,
cluster_manager: cluster_management.ClusterManager,
Expand Down

0 comments on commit afad479

Please sign in to comment.