Skip to content

Commit

Permalink
mobile: fix apple c++ ci (envoyproxy#34152)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored May 14, 2024
1 parent 66a84e9 commit e0a54c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mobile/test/common/integration/client_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ TEST_P(ClientIntegrationTest, Basic) {
}
}

#if not defined(__APPLE__)
TEST_P(ClientIntegrationTest, BasicWithCares) {
builder_.setUseCares(true);
initialize();
Expand All @@ -258,6 +259,7 @@ TEST_P(ClientIntegrationTest, BasicWithCares) {
ASSERT_EQ(cc_.on_complete_received_byte_count_, 67);
}
}
#endif

TEST_P(ClientIntegrationTest, LargeResponse) {
initialize();
Expand Down

0 comments on commit e0a54c0

Please sign in to comment.