From 51684d009b0ce833ac4c6cce1dec86a3b5f1e15b Mon Sep 17 00:00:00 2001 From: Martin Burchell Date: Sun, 11 Jan 2026 07:10:16 +0000 Subject: [PATCH] Skip tests that are failing because flymine.org is down --- tests/test_registry.py | 3 +++ 1 file changed, 3 insertions(+) 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):