Skip to content

Commit 07b3463

Browse files
committed
Update
[ghstack-poisoned]
1 parent 480f09c commit 07b3463

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.ci/scripts/unittest-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if ($LASTEXITCODE -ne 0) {
2626

2727
# Run pytest with coverage
2828
# pytest -n auto --cov=./ --cov-report=xml
29-
pytest --continue-on-collection-errors -vv --timeout=600 --full-trace
29+
pytest --continue-on-collection-errors -vv --full-trace
3030
if ($LASTEXITCODE -ne 0) {
3131
Write-Host "Pytest invocation was unsuccessful. Exit code: $LASTEXITCODE."
3232
exit $LASTEXITCODE

pytest.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ addopts =
1919
# examples
2020
examples/models/llama/tests
2121
examples/models/llama/config
22-
examples/models/llama3_2_vision/preprocess
23-
examples/models/llama3_2_vision/vision_encoder/test
24-
examples/models/llama3_2_vision/text_decoder/test
22+
#examples/models/llama3_2_vision/preprocess
23+
e#xamples/models/llama3_2_vision/vision_encoder/test
24+
ex#amples/models/llama3_2_vision/text_decoder/test
2525
# examples/models/llava/test TODO: enable this
2626
# exir
2727
exir/_serialize/test

0 commit comments

Comments
 (0)