From 487d25df5a95e538dbf296a7d6347b8c15afcaf0 Mon Sep 17 00:00:00 2001 From: Predrag Ilkic <148892209+pilkicTT@users.noreply.github.com> Date: Wed, 26 Feb 2025 09:01:31 +0100 Subject: [PATCH] [test] run dla test only on nightly CI (#1324) The test is causing sporadic failures in CI due to throttling when downloading the model. Removing it from push CI. --- forge/test/models/pytorch/vision/dla/test_dla.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forge/test/models/pytorch/vision/dla/test_dla.py b/forge/test/models/pytorch/vision/dla/test_dla.py index dd8095ca8..86a7d9ac9 100644 --- a/forge/test/models/pytorch/vision/dla/test_dla.py +++ b/forge/test/models/pytorch/vision/dla/test_dla.py @@ -10,7 +10,7 @@ from test.models.utils import Framework, Source, Task, build_module_name variants = [ - pytest.param("dla34", marks=[pytest.mark.push]), + "dla34", "dla46_c", "dla46x_c", "dla60",