Skip to content

Commit

Permalink
More testing of test_stake_snapshot is still needed
Browse files Browse the repository at this point in the history
The test fails on shelley_qa
  • Loading branch information
mkoura committed Jan 18, 2022
1 parent 45ff48c commit 701bfe4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cardano_node_tests/tests/test_cli.py
Expand Up @@ -122,6 +122,11 @@ def test_tx_view(self, cluster: clusterlib.ClusterLib):
assert tx == tx_view_out.strip()

@allure.link(helpers.get_vcs_link())
@pytest.mark.skip(reason="needs more testing")
@pytest.mark.skipif(
VERSIONS.transaction_era != VERSIONS.DEFAULT_TX_ERA,
reason="different TX eras doesn't affect this test",
)
@pytest.mark.order(-1)
@pytest.mark.testnets
def test_stake_snapshot(self, cluster: clusterlib.ClusterLib):
Expand Down

0 comments on commit 701bfe4

Please sign in to comment.