From ea82fedeca8f4f3244b431b6c8eae808da72e66b Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Fri, 24 Jul 2020 10:15:43 -0700 Subject: [PATCH] [xds_routing_remove_env_v] c1 --- xds/internal/resolver/xds_resolver_test.go | 6 ------ 1 file changed, 6 deletions(-) diff --git a/xds/internal/resolver/xds_resolver_test.go b/xds/internal/resolver/xds_resolver_test.go index 5792ff2601c7..5c3b0fce84e1 100644 --- a/xds/internal/resolver/xds_resolver_test.go +++ b/xds/internal/resolver/xds_resolver_test.go @@ -316,12 +316,6 @@ func TestXDSResolverGoodServiceUpdate(t *testing.T) { }() waitForWatchService(t, xdsC, targetStr) - - // // Replace random number function to only generate 0. This is necessary so - // // the output is deterministic. - // grpcrandInt63n = func(int64) int64 { return 1 } - // defer func() { grpcrandInt63n = grpcrand.Int63n }() - defer replaceRandNumGenerator(0)() for _, tt := range []struct {