Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test/integration/multiplexed_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1920,9 +1920,8 @@ TEST_P(MultiplexedIntegrationTest, OnLocalReply) {
}
}

// Disabled for coverage temporarily see #18881
#if !defined(ENVOY_CONFIG_COVERAGE)
TEST_P(MultiplexedIntegrationTest, InvalidTrailers) {
autonomous_allow_incomplete_streams_ = true;
useAccessLog("%RESPONSE_CODE_DETAILS%");
autonomous_upstream_ = true;
initialize();
Expand All @@ -1941,7 +1940,6 @@ TEST_P(MultiplexedIntegrationTest, InvalidTrailers) {
// http2.invalid.header.field or http3.invalid_header_field
EXPECT_THAT(waitForAccessLog(access_log_name_), HasSubstr("invalid"));
}
#endif

TEST_P(MultiplexedIntegrationTest, InconsistentContentLength) {
useAccessLog("%RESPONSE_CODE_DETAILS%");
Expand Down