Skip to content

Commit

Permalink
[xds_routing_remove_env_v] c1
Browse files Browse the repository at this point in the history
  • Loading branch information
menghanl committed Jul 24, 2020
1 parent 6a71ad7 commit ea82fed
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xds/internal/resolver/xds_resolver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ea82fed

Please sign in to comment.