Skip to content

Commit ae1196b

Browse files
committed
🧪 Skip eco tests on CI
1 parent df0a4f2 commit ae1196b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test_client_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
SIMVUE_TOKEN: ${{ secrets.SIMVUE_TOKEN }}
9292
run: >-
9393
python -m pytest tests/functional/ -x
94-
-m online -c /dev/null -p no:warnings
94+
-m online -m "not eco" -c /dev/null -p no:warnings
9595
-n 0 -v -o cache_dir=${GITHUB_WORKSPACE}/.pytest-cache
9696
offline_functional_tests:
9797
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)