remove galaxy from production

This commit is contained in:
imperosol
2025-03-28 18:07:34 +01:00
parent 15d541b596
commit 812e0f5f4c
5 changed files with 7 additions and 15 deletions

View File

@ -33,6 +33,7 @@ from core.models import User
from galaxy.models import Galaxy
@pytest.mark.skip(reason="Galaxy is disabled for now")
class TestGalaxyModel(TestCase):
@classmethod
def setUpTestData(cls):
@ -144,6 +145,7 @@ class TestGalaxyModel(TestCase):
@pytest.mark.slow
@pytest.mark.skip(reason="Galaxy is disabled for now")
class TestGalaxyView(TestCase):
@classmethod
def setUpTestData(cls):