Ignore failing testNoCpuDataForRemovedUser.
Bug: 244349060 Change-Id: I22943f4e4be2e85b638b2411c579d881496ceb23
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user