Skip to content

Commit

Permalink
go back to original integration test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-krasontovitsch committed Aug 30, 2023
1 parent 1fd94b9 commit d8bbc24
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test_ert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

tests-ert:
name: Run ert tests
timeout-minutes: 60
timeout-minutes: 30
runs-on: ${{ inputs.os }}

steps:
Expand Down Expand Up @@ -56,10 +56,6 @@ jobs:
- name: Integration Test
if: inputs.test-type == 'integration-tests'
run: |
pytest tests --show-capture=stderr \
--log-cli-level=DEBUG -svv \
-m "integration_test and not requires_window_manager" \
--benchmark-disable
pytest tests --junit-xml=junit.xml --log-cli-level=DEBUG -n4 \
--show-capture=stderr -svv \
-m "integration_test and not requires_window_manager" \
Expand Down

0 comments on commit d8bbc24

Please sign in to comment.