Skip to content

Commit

Permalink
ci: disable 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 3, 2024
1 parent cbde3a5 commit e24410c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/quic_http_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2318,7 +2318,8 @@ TEST_P(QuicHttpIntegrationTest, UnsetSendDisableActiveMigration) {
}

// Validate that debug visitors are attached to connections when configured.
TEST_P(QuicHttpIntegrationTest, ConnectionDebugVisitor) {
// TODO(https://github.com/envoyproxy/envoy/issues/34492) deflake and enable
TEST_P(QuicHttpIntegrationTest, DISABLED_ConnectionDebugVisitor) {
autonomous_upstream_ = true;
config_helper_.addConfigModifier([=](envoy::config::bootstrap::v3::Bootstrap& bootstrap) -> void {
auto debug_visitor_config = bootstrap.mutable_static_resources()
Expand Down

0 comments on commit e24410c

Please sign in to comment.