ACTUALLY skip timing checks in CI

This commit is contained in:
Jacob Segal
2025-09-03 12:30:44 -07:00
parent 98be8e1969
commit e9db9554bd

View File

@@ -27,4 +27,4 @@ jobs:
pip install -r tests-unit/requirements.txt
- name: Run Execution Tests
run: |
python -m pytest tests/execution -v
python -m pytest tests/execution -v --skip-timing-checks