From df10c75caf84da83640cbcb8dbe2b70f3e0b7ffb Mon Sep 17 00:00:00 2001 From: Gustavo Valverde Date: Thu, 20 Jun 2024 18:26:17 -0400 Subject: [PATCH] fix(ci): do not silently fail integration tests (#8631) --- .github/workflows/sub-ci-integration-tests-gcp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sub-ci-integration-tests-gcp.yml b/.github/workflows/sub-ci-integration-tests-gcp.yml index 7e8bd141d..fabd90da2 100644 --- a/.github/workflows/sub-ci-integration-tests-gcp.yml +++ b/.github/workflows/sub-ci-integration-tests-gcp.yml @@ -589,7 +589,7 @@ jobs: lightwalletd-grpc-test, get-block-template-test, submit-block-test, - scan-start-where-left-test, + # scan-start-where-left-test, scan-task-commands-test, ] # Only open tickets for failed scheduled jobs, manual workflow runs, or `main` branch merges.