From 9cbb980a15a134b2679f963a65f024ebe1a753b2 Mon Sep 17 00:00:00 2001 From: Arjan Bal Date: Thu, 27 Feb 2025 10:27:55 +0530 Subject: [PATCH] Make test use old pickfirst --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index f4c329580890..4a8cd29e68ea 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -69,7 +69,7 @@ jobs: - type: tests goversion: '1.24' testflags: -race - grpcenv: 'GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=true' + grpcenv: 'GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false' steps: # Setup the environment.