diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49bcc737..194c3c76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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