grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

xds/csds: unskip test after ADS stream flow control changes are merged

Open easwars opened this issue 1 year ago • 0 comments

In https://github.com/grpc/grpc-go/pull/7347, we added a t.Skip for arm64 in TestCSDS. See: https://github.com/grpc/grpc-go/blob/4e9b5968af1aeffb0cb44e772aa69a4b4e44a722/xds/csds/csds_e2e_test.go#L156

Once https://github.com/grpc/grpc-go/issues/7382 is fixed, we should be able to fix this test to not require a skip.

easwars avatar Jul 02 '24 22:07 easwars