Skip to content

Commit

Permalink
run integration test only on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Ronak Jain <[email protected]>
  • Loading branch information
jronak committed Feb 16, 2025
1 parent 46c1f68 commit e5edbba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/listener_lds_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,7 @@ TEST_P(ListenerMultiAddressesIntegrationTest, BasicSuccessWithMultiAddressesAndS
}
#endif

#ifdef __linux__
TEST_P(ListenerMultiAddressesIntegrationTest, BasicSuccessWithMultiAddressesAndKeepalive) {
if (!ENVOY_SOCKET_SO_KEEPALIVE.hasValue()) {
return; // Keepalive is not supported on this platform.
Expand Down Expand Up @@ -646,6 +647,7 @@ TEST_P(ListenerMultiAddressesIntegrationTest, BasicSuccessWithMultiAddressesAndK
EXPECT_EQ(opt_len, sizeof(opt_value));
EXPECT_EQ(1, opt_value);
}
#endif

#ifdef __linux__
TEST_P(ListenerMultiAddressesIntegrationTest,
Expand Down

0 comments on commit e5edbba

Please sign in to comment.