Skip to content

Commit 94ced43

Browse files
committed
revert long tests back
1 parent a2ad25d commit 94ced43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ run_all_tests: wandb_login
5959

6060
.PHONY: run_short_tests
6161
run_short_tests:
62-
export PYTORCH_ENABLE_MPS_FALLBACK=1; export PYTHONPATH=.; pytest --disable-warnings -sv -m "not needs_optional_dependency" tests
62+
export PYTORCH_ENABLE_MPS_FALLBACK=1; export PYTHONPATH=.; pytest --disable-warnings -sv -m "not long and not needs_optional_dependency" tests
6363
pytest --disable-warnings --doctest-modules --doctest-continue-on-failure -sv oml
6464

6565
.PHONY: test_converters

0 commit comments

Comments
 (0)