Ignore failing testNoCpuDataForRemovedUser.

Bug: 244349060
Change-Id: I22943f4e4be2e85b638b2411c579d881496ceb23
This commit is contained in:
Jeff Sharkey
2022-09-14 08:35:57 -06:00
parent ad9195bef6
commit a5e8d9422a

View File

@@ -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);