mirror of https://github.com/nucypher/nucypher.git
Skip other tests affected by the lack of CLI for staking
parent
903b06f59e
commit
2150723cca
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue