From 66b3e106a1d16523545e36d8de663f8a0c324700 Mon Sep 17 00:00:00 2001 From: Yih-Dar <2521628+ydshieh@users.noreply.github.com> Date: Mon, 16 May 2022 20:18:09 +0200 Subject: [PATCH] Make TrainerHyperParameterSigOptIntegrationTest slow test (#17288) Co-authored-by: ydshieh --- tests/trainer/test_trainer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/trainer/test_trainer.py b/tests/trainer/test_trainer.py index 186d141bc3..0650916c11 100644 --- a/tests/trainer/test_trainer.py +++ b/tests/trainer/test_trainer.py @@ -1901,6 +1901,7 @@ class TrainerHyperParameterRayIntegrationTest(unittest.TestCase): self.ray_hyperparameter_search() +@slow @require_torch @require_sigopt class TrainerHyperParameterSigOptIntegrationTest(unittest.TestCase):