From dba39d25e9fc50ececad04464bdff0b0e9f1d2bb Mon Sep 17 00:00:00 2001 From: Prabir Pradhan Date: Tue, 30 Apr 2024 16:19:52 +0000 Subject: Disable InputTracingTest::SimultaneousTracingSessions The test is flaky and may affect presubmit. Bug: 336097719 Change-Id: Iebd8cd9076af610b131695efd909c41a79fff5ac Test: Presubmit --- services/inputflinger/tests/InputTracingTest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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( [](auto& config) { config->set_mode(AndroidInputEventConfig::TRACE_MODE_TRACE_ALL); }); -- cgit v1.2.3-59-g8ed1b