Skip to content

Commit

Permalink
Refs #20542: Exclude xfail tests in discovery server test run
Browse files Browse the repository at this point in the history
Signed-off-by: eduponz <[email protected]>
  • Loading branch information
EduPonz committed Apr 6, 2024
1 parent 704059a commit 111de04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-sanitizers-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
colcon_test_args: ${{ inputs.colcon_test_args }}
colcon_test_args_default: '--event-handlers=console_direct+ --return-code-on-test-failure'
ctest_args: ${{ inputs.ctest_args }}
ctest_args_default: ''
ctest_args_default: '--timeout 300 --label-exclude "xfail"'
packages_names: discovery-server
workspace: ${{ github.workspace }}
workspace_dependencies: ''
Expand Down

0 comments on commit 111de04

Please sign in to comment.