Merge "Ignore failing testNoCpuDataForRemovedUser."

This commit is contained in:
TreeHugger Robot
2022-09-14 16:04:56 +00:00
committed by Android (Google) Code Review

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