Skip other tests affected by the lack of CLI for staking

pull/1029/head
David Núñez 2019-06-17 10:45:32 +02:00
parent 903b06f59e
commit 2150723cca
1 changed files with 2 additions and 0 deletions

View File

@ -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