Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4432292a authored by Prabir Pradhan's avatar Prabir Pradhan Committed by Android (Google) Code Review
Browse files

Merge "Disable InputTracingTest::SimultaneousTracingSessions" into main

parents cec18bbc dba39d25
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -644,7 +644,8 @@ TEST_F(InputTracingTest, TraceWindowDispatch) {
    waitForTracerIdle();
    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 s1 = std::make_unique<InputTraceSession>(
            [](auto& config) { config->set_mode(AndroidInputEventConfig::TRACE_MODE_TRACE_ALL); });
            [](auto& config) { config->set_mode(AndroidInputEventConfig::TRACE_MODE_TRACE_ALL); });