mirror of https://github.com/nucypher/nucypher.git
Skip github registry source test until registries have been updated to use amoy instead of mumbai.
parent
64074c842c
commit
b4c7f19f5e
|
@ -59,6 +59,7 @@ def test_github_registry_source(registry_data):
|
|||
assert data == source.data
|
||||
|
||||
|
||||
@pytest.mark.skip("Skip until contract registry updated to use amoy instead of mumbai")
|
||||
@pytest.mark.parametrize("domain", list(domains.SUPPORTED_DOMAINS.values()))
|
||||
def test_get_actual_github_registry_file(domain):
|
||||
source = GithubRegistrySource(domain=domain)
|
||||
|
|
Loading…
Reference in New Issue