Skip to content

Commit

Permalink
skip the wex-del-test, it segfaults only on github
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvw committed Nov 2, 2024
1 parent d68e80b commit 5eca044
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ jobs:

- name: Headless Test
run: cd build &&
xvfb-run --auto-servernum ./test/del/wex-test-del -s -V 0
#ninja lcov-prep &&
#xvfb-run --auto-servernum ctest -VV &&
#ninja lcov
# currently skip wex-test-del, it segfaults, wait for gcc-14?
ninja lcov-prep &&
xvfb-run --auto-servernum ctest -VV -E del &&
ninja lcov
env:
NO_AT_BRIDGE: 1

Expand Down

0 comments on commit 5eca044

Please sign in to comment.