Merge "Ignore broken tests" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3eddda5985
@@ -34,6 +34,7 @@ import androidx.test.core.app.ApplicationProvider;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
@@ -128,6 +129,7 @@ public class InteractAcrossProfilesSettingsTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void getNumberOfEnabledApps_returnsNumberOfEnabledApps() {
|
||||
shadowOf(mUserManager).addUser(
|
||||
PERSONAL_PROFILE_ID, "personal-profile"/* name */, 0/* flags */);
|
||||
|
Reference in New Issue
Block a user