Skip to content

Commit f14419b

Browse files
Merge pull request #102 from intermine/disable-flymine-tests
Skip tests that are failing because flymine.org is down
2 parents a8652da + 51684d0 commit f14419b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_registry.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
from intermine import registry
55

66

7+
# TODO: Test should not rely on live site. Replace with mock response
8+
# https://github.com/intermine/intermine-ws-python/issues/101
9+
@unittest.skip("Flymine not available")
710
class RegistryTest(unittest.TestCase):
811

912
def test_getInfo(self):

0 commit comments

Comments
 (0)