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

Commit 6afb2324 authored by Lee Shombert's avatar Lee Shombert
Browse files

Disable ProcessObserverTest.testNormal

The ProcessObserver functionality for reporting started processes was
disabled, which causes the associated test to fail.  This change
disables the test.

Flag: EXEMPT bugfix
Bug: 323925686
Test: atest
 * FrameworksMockingServicesTests:com.android.server.am
Change-Id: Ic0d9332dc3ac7db746c38f73cf27e69b7d5ce9c1
parent 604556c6
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();