From f1235659f0c4c21a9e6345366193b579737f811a Mon Sep 17 00:00:00 2001 From: wenkelf Date: Mon, 23 Sep 2024 16:55:11 -0600 Subject: [PATCH] Skipping test_training.py for now --- tests/test_training.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_training.py b/tests/test_training.py index 945f4eaf..9dc73feb 100644 --- a/tests/test_training.py +++ b/tests/test_training.py @@ -145,6 +145,8 @@ def compose_task_config(config_dir, task_name): class test_TrainToymix(ut.TestCase): def test_train_toymix(self): + pytest.skip("Skipping for now because of necessity of download") + # Load the main configuration for toymix CONFIG_DIR = "../expts/hydra-configs/" cfg = compose_main_config(CONFIG_DIR)