diff options
| -rw-r--r-- | services/inputflinger/tests/InputTracingTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/services/inputflinger/tests/InputTracingTest.cpp b/services/inputflinger/tests/InputTracingTest.cpp index ef0eeaef6f..0404d6d4ed 100644 --- a/services/inputflinger/tests/InputTracingTest.cpp +++ b/services/inputflinger/tests/InputTracingTest.cpp @@ -644,7 +644,8 @@ TEST_F(InputTracingTest, TraceWindowDispatch) { waitForTracerIdle(); } -TEST_F(InputTracingTest, SimultaneousTracingSessions) { +// TODO(b/336097719): Investigate flakiness and re-enable this test. +TEST_F(InputTracingTest, DISABLED_SimultaneousTracingSessions) { auto s1 = std::make_unique<InputTraceSession>( [](auto& config) { config->set_mode(AndroidInputEventConfig::TRACE_MODE_TRACE_ALL); }); |