Skip to content

Commit

Permalink
Disable Google gRPC test for xdstp://, no value and it confuses compi…
Browse files Browse the repository at this point in the history
…le_time_options.

Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch committed Jan 14, 2021
1 parent 08ff5bd commit 3432899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/ads_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1489,7 +1489,8 @@ class XdsTpAdsIntegrationTest : public AdsIntegrationTest {
INSTANTIATE_TEST_SUITE_P(
IpVersionsClientTypeDelta, XdsTpAdsIntegrationTest,
testing::Combine(testing::ValuesIn(TestEnvironment::getIpVersionsForTest()),
testing::Values(Grpc::ClientType::EnvoyGrpc, Grpc::ClientType::GoogleGrpc),
// There should be no variation across clients.
testing::Values(Grpc::ClientType::EnvoyGrpc),
// Only delta xDS is supported for XdsTp
testing::Values(Grpc::SotwOrDelta::Delta)));

Expand Down

0 comments on commit 3432899

Please sign in to comment.