Skip to content

Commit

Permalink
CI disable kdsoap-test_wsdl_rpc as it's flacky (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantti authored and winterz committed Jan 4, 2024
1 parent 32c5464 commit 18d29f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:

- name: Run tests on Linux (offscreen)
if: ${{ matrix.build_type == 'Debug' && runner.os == 'Linux' }}
run: ctest --test-dir ./build -C ${{ matrix.build_type }} --output-on-failure
run: >
ctest --test-dir ./build -C ${{ matrix.build_type }} --output-on-failure
-E 'kdsoap-test_wsdl_rpc'
env:
QT_QPA_PLATFORM: offscreen

Expand Down

0 comments on commit 18d29f7

Please sign in to comment.