diff --git a/tests/test_registry.py b/tests/test_registry.py index d8469fde..816319b0 100644 --- a/tests/test_registry.py +++ b/tests/test_registry.py @@ -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):