Skip to content

Commit

Permalink
Disable failing integration test for translation server
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Waino committed Feb 12, 2024
1 parent 2c42346 commit 5dee854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mammoth/tests/test_translation_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 5dee854

Please sign in to comment.