From 111de04a60789c2ce0435ee4428e5642ea1b7181 Mon Sep 17 00:00:00 2001 From: eduponz Date: Sat, 6 Apr 2024 14:21:40 +0200 Subject: [PATCH] Refs #20542: Exclude xfail tests in discovery server test run Signed-off-by: eduponz --- .github/workflows/reusable-sanitizers-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-sanitizers-ci.yml b/.github/workflows/reusable-sanitizers-ci.yml index c11a7792bfb..14c1bfdf948 100644 --- a/.github/workflows/reusable-sanitizers-ci.yml +++ b/.github/workflows/reusable-sanitizers-ci.yml @@ -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: ''