diff --git a/tests/cli/test_mixed_configurations.py b/tests/cli/test_mixed_configurations.py index 10d8ad5e4..363b57cf7 100644 --- a/tests/cli/test_mixed_configurations.py +++ b/tests/cli/test_mixed_configurations.py @@ -25,6 +25,7 @@ def test_destroy_with_no_configurations(click_runner, custom_filepath): assert f'"{ursula_file_location}" does not exist.' in result.output +@pytest.mark.skip(reason="Skip until we have CLI for stakers (#1056)") def test_coexisting_configurations(click_runner, custom_filepath, mock_primary_registry_filepath, @@ -194,6 +195,7 @@ def test_coexisting_configurations(click_runner, assert not os.path.isfile(felix_file_location) +@pytest.mark.skip(reason="Skip until we have CLI for stakers (#1056)") def test_corrupted_configuration(click_runner, custom_filepath, testerchain, mock_primary_registry_filepath): deployer, alice, ursula, another_ursula, *all_yall = testerchain.interface.w3.eth.accounts