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

Commit a5e8d942 authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Ignore failing testNoCpuDataForRemovedUser.

Bug: 244349060
Change-Id: I22943f4e4be2e85b638b2411c579d881496ceb23
parent ad9195be
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import androidx.test.runner.AndroidJUnit4;
import org.junit.After;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -78,6 +79,7 @@ public class BatteryStatsUserLifecycleTests {
        batteryOnScreenOff();
    }

    @Ignore("b/244349060")
    @Test
    public void testNoCpuDataForRemovedUser() throws Exception {
        mIam.startUserInBackground(mTestUserId);