Skip to content

Commit 653e255

Browse files
committed
Update makefile
Signed-off-by: SimJeg <[email protected]>
1 parent f5954e2 commit 653e255

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,6 @@ test: reports
4949
--junitxml=./reports/junit.xml \
5050
-v \
5151
tests/ | tee reports/pytest_output.log
52-
@# Note: Some tests are intentionally skipped (e.g., quantization tests)
53-
@# @if grep -q "SKIPPED" reports/pytest_output.log; then \
54-
@# echo "Error: Tests were skipped. All tests must run."; \
55-
@# grep "SKIPPED" reports/pytest_output.log; \
56-
@# exit 1; \
57-
@# fi
5852
@if grep -q "FAILED" reports/pytest_output.log; then \
5953
echo "Error: Some tests failed."; \
6054
grep "FAILED" reports/pytest_output.log; \

0 commit comments

Comments
 (0)