Skip to content

Commit

Permalink
Fixed xfail import, marked test_label_nonlossy as xfailed.
Browse files Browse the repository at this point in the history
  • Loading branch information
falquaddoomi committed Apr 25, 2022
1 parent 87e065d commit 10f7623
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/test_ontol_identifier.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pprint import pprint

from pytest import xfail
import pytest
from biolink.app import app
from biolink.api.sim.endpoints.owlsim import get_owlsim_api

Expand Down Expand Up @@ -39,7 +39,7 @@ def test_sample_identifier(self):
}
)

@xfail(reason="/ontol/labeler returns just one result, so it can't be onto with /ontol/identifier")
@pytest.mark.xfail(reason="/ontol/labeler returns just one result, so it can't be onto with /ontol/identifier")
def test_label_id_nonlossy(self):
labels = [
"Sus scrofa",
Expand Down

0 comments on commit 10f7623

Please sign in to comment.