mirror of https://github.com/nucypher/nucypher.git
Skip a long-running test
parent
9c8ac9ab45
commit
dc7f067bb0
|
@ -55,6 +55,7 @@ def multisig_parameters_filepath(multisig_owners, temp_dir_path):
|
|||
os.remove(filepath)
|
||||
|
||||
|
||||
@pytest.skip("Takes a long time to run; Currently unused.")
|
||||
def test_deploy_multisig_contract(click_runner,
|
||||
multisig_parameters_filepath,
|
||||
multisig_owners,
|
||||
|
|
Loading…
Reference in New Issue