Merge pull request #543 from markdroth/create-pull-request/patch-5f7faff

Automated fix for refs/heads/dualstack_enable
pull/37545/head
Mark D. Roth 6 months ago committed by GitHub
commit 1b203fe003
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      test/core/xds/xds_endpoint_resource_type_test.cc

@ -672,8 +672,8 @@ TEST_F(XdsEndpointTest, AdditionalAddressesInvalidAddress) {
}
TEST_F(XdsEndpointTest, IgnoresMultipleAddressesPerEndpointWhenDisabled) {
testing::ScopedEnvVar env(
"GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS", "false");
testing::ScopedEnvVar env("GRPC_EXPERIMENTAL_XDS_DUALSTACK_ENDPOINTS",
"false");
ClusterLoadAssignment cla;
cla.set_cluster_name("foo");
auto* locality = cla.add_endpoints();

Loading…
Cancel
Save