[CI] Fix XFAIL in Github actions pull request

This commit is contained in:
Marko Viitanen 2022-06-14 14:19:24 +03:00
parent c71de0e9f9
commit 23f6e1bf18

View file

@ -49,7 +49,7 @@ jobs:
ASAN_OPTIONS: detect_leaks=0
# AddressSanitizer adds some extra symbols so we expect a failure from
# the external symbols test.
XFAIL_TESTS: test_external_symbols.sh
XFAIL_TESTS: test_external_symbols
steps:
- uses: actions/checkout@v2