From 9f7b8b86a33d65d6374b19b355a7ea9d1e572f80 Mon Sep 17 00:00:00 2001 From: Yingda Chen Date: Sun, 30 Oct 2022 13:59:12 +0800 Subject: [PATCH] [to #42322933] disble 2dkeypoints training since face_2d_keypoints_dataset is set to be private --- tests/trainers/easycv/test_easycv_trainer_face_2d_keypoints.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/trainers/easycv/test_easycv_trainer_face_2d_keypoints.py b/tests/trainers/easycv/test_easycv_trainer_face_2d_keypoints.py index 4dffa998..e4f0c57e 100644 --- a/tests/trainers/easycv/test_easycv_trainer_face_2d_keypoints.py +++ b/tests/trainers/easycv/test_easycv_trainer_face_2d_keypoints.py @@ -50,7 +50,8 @@ class EasyCVTrainerTestFace2DKeypoints(unittest.TestCase): trainer = build_trainer(trainer_name, kwargs) trainer.train() - @unittest.skipUnless(test_level() >= 0, 'skip test in current test level') + @unittest.skip( + 'skip since face_2d_keypoints_dataset is set to private for now') def test_trainer_single_gpu(self): temp_file_dir = tempfile.TemporaryDirectory() tmp_dir = temp_file_dir.name