Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unittests #444

Merged
10 commits merged into from
Nov 7, 2022
Prev Previous commit
Next Next commit
Don't run the benchmarks in CI
  • Loading branch information
dagardner-nv committed Nov 7, 2022
commit bd5ae92799731a030d2486f838f7701c8712ca6d
2 changes: 1 addition & 1 deletion ci/scripts/github/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ cd ${MORPHEUS_ROOT}/tests

set +e

python -I -m pytest --run_slow --run_kafka \
python -I -m pytest --run_slow --run_kafka --benchmark-disable \
--junit-xml=${REPORTS_DIR}/report_pytest.xml \
--cov=morpheus \
--cov-report term-missing \
Expand Down