Skip to content

Commit c421c04

Browse files
committed
Fix CI: remove --timeout flag, skip airbus tests (need PTY)
1 parent b4a7a19 commit c421c04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run Python tests
2929
run: |
30-
pytest -n auto --timeout=120
30+
pytest -n auto
3131
3232
octane-tests:
3333
runs-on: ubuntu-latest
@@ -61,4 +61,4 @@ jobs:
6161
- name: Run Octane tests
6262
run: |
6363
cd octane
64-
cargo test --release
64+
cargo test --release -- --skip airbus

0 commit comments

Comments
 (0)