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

Commit f7599c4e authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable ProcessObserverTest.testNormal" into main

parents 96ac99ce 6afb2324
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ import com.android.server.wm.ActivityTaskManagerService;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.mockito.Mock;
@@ -238,6 +239,7 @@ public class ProcessObserverTest {
    /**
     * Verify that a process start event is dispatched to process observers.
     */
    @Ignore("b/323959187")
    @Test
    public void testNormal() throws Exception {
        ProcessRecord app = startProcess();