diff --git a/.github/workflows/test-unit.yml b/.github/workflows/test-unit.yml index d262e43ec..78c918031 100644 --- a/.github/workflows/test-unit.yml +++ b/.github/workflows/test-unit.yml @@ -28,8 +28,3 @@ jobs: run: | pip install -r tests-unit/requirements.txt python -m pytest tests-unit - - name: Run Execution Model Tests - run: | - python -m pytest tests/inference/test_execution.py - python -m pytest tests/inference/test_async_nodes.py -