diff --git a/.github/workflows/test-execution.yml b/.github/workflows/test-execution.yml index 76e7cf436..00ef07ebf 100644 --- a/.github/workflows/test-execution.yml +++ b/.github/workflows/test-execution.yml @@ -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