Skip to content

Commit

Permalink
tests: Disable kill_request_filter_integration_test (#18571)
Browse files Browse the repository at this point in the history
Disabling the tests as they reduce the CI reliability. Opened an issue
for tracking

Signed-off-by: Sotiris Nanopoulos <sonanopo@microsoft.com>
  • Loading branch information
Sotiris Nanopoulos committed Oct 12, 2021
1 parent b777701 commit 011566f
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ TEST_P(KillRequestFilterIntegrationTestAllProtocols, KillRequestCrashEnvoyOnResp
"KillRequestFilter is crashing Envoy!!!");
}

// Disabled for coverage per #18569
#if !defined(ENVOY_CONFIG_COVERAGE)
TEST_P(KillRequestFilterIntegrationTestAllProtocols, KillRequestCrashEnvoyWithCustomKillHeader) {
const std::string filter_config_with_custom_kill_header =
R"EOF(
Expand All @@ -96,6 +98,7 @@ name: envoy.filters.http.kill_request
EXPECT_DEATH(sendRequestAndWaitForResponse(request_headers, 0, default_response_headers_, 1024),
"KillRequestFilter is crashing Envoy!!!");
}
#endif

TEST_P(KillRequestFilterIntegrationTestAllProtocols, KillRequestDisabledWhenHeaderIsMissing) {
initializeFilter(filter_config_);
Expand Down

0 comments on commit 011566f

Please sign in to comment.