Skip to content

Commit

Permalink
mobile: adding flake logging (#32025)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk authored Jan 24, 2024
1 parent bddfe71 commit 147e6b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mobile/test/common/integration/client_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,8 @@ TEST_P(ClientIntegrationTest, ResetWithBidiTraffic) {
TEST_P(ClientIntegrationTest, ResetWithBidiTrafficExplicitData) {
explicit_flow_control_ = true;
autonomous_upstream_ = false;
// TODO(32024) remove trace logging.
builder_.addLogLevel(Platform::LogLevel::trace);
initialize();
ConditionalInitializer headers_callback;

Expand Down Expand Up @@ -954,7 +956,6 @@ TEST_P(ClientIntegrationTest, Proxying) {
if (getCodecType() != Http::CodecType::HTTP1) {
return;
}
builder_.addLogLevel(Platform::LogLevel::trace);
initialize();

set_proxy_settings(rawEngine(), fake_upstreams_[0]->localAddress()->asString().c_str(),
Expand Down

0 comments on commit 147e6b9

Please sign in to comment.