From c7438c7e74e05dc97c0aff8c56889a59890ea9a0 Mon Sep 17 00:00:00 2001 From: "guokexin.02" <264159873+Tantanz20020918@users.noreply.github.com> Date: Wed, 19 Aug 2026 14:20:30 +0800 Subject: [PATCH] fix: honor recovered E2E retries --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7157f3d366..4f270ba615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -468,6 +468,7 @@ jobs: name: CLI E2E Tests path: cli-e2e-report.xml reporter: java-junit + fail-on-error: false use-actions-summary: true list-suites: all list-tests: all