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

Commit dba39d25 authored by Prabir Pradhan's avatar Prabir Pradhan
Browse files

Disable InputTracingTest::SimultaneousTracingSessions

The test is flaky and may affect presubmit.

Bug: 336097719
Change-Id: Iebd8cd9076af610b131695efd909c41a79fff5ac
Test: Presubmit
parent 8a8402cb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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); });