Skip to content

Commit 56bad76

Browse files
committed
remove sandbox doi test
1 parent a911d28 commit 56bad76

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/test_commands.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ def test_validate_model_as_url():
4646
)["error"]
4747

4848

49-
@pytest.mark.skipif(SKIP_ZENODO, reason=SKIP_ZENODO_REASON)
50-
def test_validate_model_as_zenodo_sandbox_doi():
51-
from bioimageio.spec.commands import validate
52-
53-
doi = "10.5281/zenodo.5744489"
54-
assert not validate(doi, update_format=False, update_format_inner=False)["error"]
55-
56-
5749
@pytest.mark.skipif(SKIP_ZENODO, reason=SKIP_ZENODO_REASON)
5850
def test_validate_model_as_zenodo_doi():
5951
from bioimageio.spec.commands import validate

0 commit comments

Comments
 (0)