Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
from intermine import registry


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

def test_getInfo(self):
Expand Down
Loading