Skip to content

Commit

Permalink
test: disabling a flaky test
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Jun 13, 2024
1 parent a0b2ec2 commit d1cdd27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/integration/direct_response_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ TEST_P(DirectResponseIntegrationTest, DirectResponseBodySizeSmall) {
testDirectResponseBodySize(1);
}

TEST_P(DirectResponseIntegrationTest, DefaultDirectResponseFile) { testDirectResponseFile(); }
// TODO(https://github.com/envoyproxy/envoy/issues/34626) fix
TEST_P(DirectResponseIntegrationTest, DISABLED_DefaultDirectResponseFile) {
testDirectResponseFile();
}

} // namespace Envoy

0 comments on commit d1cdd27

Please sign in to comment.