Skip to content

Commit

Permalink
[ci] disable multplexed integration test for coverage temporarily (#1…
Browse files Browse the repository at this point in the history
…8883)

Signed-off-by: Asra Ali <asraa@google.com>
  • Loading branch information
asraa authored Nov 3, 2021
1 parent c418082 commit 0b53a6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/integration/multiplexed_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1859,6 +1859,8 @@ TEST_P(Http2IntegrationTest, OnLocalReply) {
}
}

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

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

0 comments on commit 0b53a6b

Please sign in to comment.