From 1fe23956c3f200ac0141adf36ff73a49a921278a Mon Sep 17 00:00:00 2001 From: bit-aloo Date: Sat, 1 Feb 2025 07:38:49 +0530 Subject: [PATCH] remove jds-do-not-panic-if-jdc-close-connection from aggregate result --- .github/workflows/mg.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/mg.yaml b/.github/workflows/mg.yaml index 8c81e49e9..c0969326e 100644 --- a/.github/workflows/mg.yaml +++ b/.github/workflows/mg.yaml @@ -140,7 +140,6 @@ jobs: interop-proxy-with-multi-ups, interop-proxy-with-multi-ups-extended, jds-do-not-fail-on-wrong-tsdatasucc, - jds-do-not-panic-if-jdc-close-connection, jds-do-not-stackoverflow-when-no-token, jds-receive-solution-while-processing-declared-job, pool-sri-test-1-standard, @@ -159,7 +158,6 @@ jobs: [ "${{ needs.interop-proxy-with-multi-ups.result }}" != "success" ] || [ "${{ needs.interop-proxy-with-multi-ups-extended.result }}" != "success" ] || [ "${{ needs.jds-do-not-fail-on-wrong-tsdatasucc.result }}" != "success" ] || - [ "${{ needs.jds-do-not-panic-if-jdc-close-connection.result }}" != "success" ] || [ "${{ needs.jds-do-not-stackoverflow-when-no-token.result }}" != "success" ] || [ "${{ needs.jds-receive-solution-while-processing-declared-job.result }}" != "success" ] || [ "${{ needs.pool-sri-test-1-standard.result }}" != "success" ] ||