Skip to content

Commit

Permalink
comment out all api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed Sep 28, 2024
1 parent a36303c commit 9b48030
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ rust-test-intensive:
QUICKCHECK_TESTS=100000000 make rust-test

api-tests: all-debug
./tests/api/clean-shutdown.js
./tests/api/reset.js
./tests/api/floppy-insert-eject.js
./tests/api/serial.js
# ./tests/api/clean-shutdown.js \
./tests/api/reset.js \
./tests/api/floppy-insert-eject.js \
./tests/api/serial.js \
all-tests: eslint kvm-unit-test qemutests qemutests-release jitpagingtests api-tests nasmtests nasmtests-force-jit tests expect-tests
# Skipping:
Expand Down

0 comments on commit 9b48030

Please sign in to comment.