Unverified Commit 62dd9587 authored by fzyzcjy's avatar fzyzcjy Committed by GitHub
Browse files

Remove retry in nightly tests (#4846)

parent 72031173
...@@ -128,7 +128,8 @@ def check_model_scores(results): ...@@ -128,7 +128,8 @@ def check_model_scores(results):
raise AssertionError("\n".join(failed_models)) raise AssertionError("\n".join(failed_models))
class TestNightlyGsm8KEval(CustomTestCase): # Do not use `CustomTestCase` since `test_mgsm_en_all_models` does not want retry
class TestNightlyGsm8KEval(unittest.TestCase):
@classmethod @classmethod
def setUpClass(cls): def setUpClass(cls):
cls.model_groups = [ cls.model_groups = [
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment