Skip to content

Commit

Permalink
[test] run dla test only on nightly CI (#1324)
Browse files Browse the repository at this point in the history
The test is causing sporadic failures in CI due to throttling when
downloading the model. Removing it from push CI.
  • Loading branch information
pilkicTT authored Feb 26, 2025
1 parent 5b2ebf2 commit 487d25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forge/test/models/pytorch/vision/dla/test_dla.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 487d25d

Please sign in to comment.