From 5dee854e7cf55fc6e7f4ed22a2ad866911570a8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-Arne=20Gr=C3=B6nroos?= Date: Mon, 12 Feb 2024 10:03:55 +0200 Subject: [PATCH] Disable failing integration test for translation server Re-enabling this test would require the following: - An up-to-date config for a lightweight smoketest model - An actual model trained from said config - Updating the test to specify config and task_id --- mammoth/tests/test_translation_server.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mammoth/tests/test_translation_server.py b/mammoth/tests/test_translation_server.py index c639f3b5..6bb65d5e 100644 --- a/mammoth/tests/test_translation_server.py +++ b/mammoth/tests/test_translation_server.py @@ -170,6 +170,7 @@ def write(self, cfg): % TEST_DIR ) + @unittest.skip('Broken in FoTraNMT') # FIXME def test_start_without_initial_loading(self): self.write(self.CFG_NO_LOAD) sv = TranslationServer()