[go: nahoru, domu]

Skip to content

Commit

Permalink
removed test fail header from pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
jal347 committed May 22, 2024
1 parent 223624c commit b3f8275
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/tests/data_tests/test_1_annotation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest
import requests

from biothings.tests.web import BiothingsDataTest


Expand Down Expand Up @@ -180,11 +179,6 @@ def test_112(self):
def test_113(self):
self.request("gene/", expect=400)

@pytest.mark.xfail(
reason="CURIE ID SUPPORT NOT CURRENTLY ENABLED ON MYGENE.INFO HOST",
run=True,
strict=True,
)
def test_114(self):
"""
Tests the annotation endpoint support for the biolink CURIE ID.
Expand Down Expand Up @@ -412,11 +406,6 @@ def test_155(self):
res = self.request("gene", method="POST", data={"ids": "791256"}).json()
assert res[0]["_id"] == "50846" # this is the corresponding _id field

@pytest.mark.xfail(
reason="CURIE ID SUPPORT NOT CURRENTLY ENABLED ON MYGENE.INFO HOST",
run=True,
strict=True,
)
def test_156(self):
"""
Tests the annotations endpoint support for the biolink CURIE ID.
Expand Down

0 comments on commit b3f8275

Please sign in to comment.