Skip to content

Commit

Permalink
Skips none translation test (significant work is required to correct …
Browse files Browse the repository at this point in the history
…this behaviour, better handled with a translator re-write).
  • Loading branch information
pritchardn committed Sep 20, 2022
1 parent b471f84 commit 13d292b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions daliuge-translator/test/dropmake/test_lgweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ def test_loop_pgt_post(self):
def _test_translate_alg(self, algorithm):
self.test_get_pgt_post(algo=algorithm)

@unittest.skip("None translation is not an option in EAGLE and does not work.")
def test_none_translation(self):
self._test_translate_alg(algorithm='none')

Expand Down

0 comments on commit 13d292b

Please sign in to comment.