Skip to content

Commit

Permalink
Restrict to a single parameterised test that seems suspicious
Browse files Browse the repository at this point in the history
  • Loading branch information
benclifford committed Nov 13, 2023
1 parent d081892 commit 5098701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ workqueue_mon_test: $(CCTOOLS_INSTALL) ## run all tests with workqueue_ex confi
echo "Contents of runinfo:"
date
ls -l runinfo/ || true
PYTHONPATH=.:/tmp/cctools/lib/python3.8/site-packages pytest parsl/tests/test_python_apps/test_basic.py -k "not cleannet and not issue363" --config parsl/tests/configs/workqueue_monitoring_config.py --cov=parsl --cov-append --cov-report=
PYTHONPATH=.:/tmp/cctools/lib/python3.8/site-packages pytest parsl/tests/test_python_apps/test_basic.py::test_parallel_for -k "not cleannet and not issue363" --config parsl/tests/configs/workqueue_monitoring_config.py --cov=parsl --cov-append --cov-report=


.PHONY: config_local_test
Expand Down

0 comments on commit 5098701

Please sign in to comment.