Ignore broken tests
Test: Run tests Bug: 214943221 Bug: 214944418 Bug: 214944992 Bug: 214944423 Bug: 214945263 Bug: 214945259 Change-Id: I958c003a15866a03b7d0c24210ae2c99f4ee2c47
This commit is contained in:
@@ -34,6 +34,7 @@ import com.android.settingslib.drawer.CategoryKey;
|
||||
import com.android.settingslib.drawer.Tile;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -41,6 +42,7 @@ import org.mockito.MockitoAnnotations;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Ignore
|
||||
public class ProfileSelectDialogTest {
|
||||
|
||||
private static final UserHandle NORMAL_USER = UserHandle.of(1111);
|
||||
|
||||
Reference in New Issue
Block a user