Skip github registry source test until registries have been updated to use amoy instead of mumbai.

pull/3468/head
derekpierre 2024-03-28 10:36:31 -04:00
parent 64074c842c
commit b4c7f19f5e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

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