Skip to content

Commit

Permalink
[CI] Fix XFAIL in Github actions pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
fador committed Jun 14, 2022
1 parent c71de0e commit 23f6e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23f6e1b

Please sign in to comment.