Ignore/Fix broken tests
Fix: 214943221 Fix: 215070875 Bug: 215071960 Bug: 215071948 Bug: 215072120 Test: run robo test Change-Id: Id11c8461a2cb11cba96feebbfb0337b096eb3a17
This commit is contained in:
@@ -34,7 +34,6 @@ 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;
|
||||
@@ -42,7 +41,6 @@ import org.mockito.MockitoAnnotations;
|
||||
import org.robolectric.RobolectricTestRunner;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Ignore
|
||||
public class ProfileSelectDialogTest {
|
||||
|
||||
private static final UserHandle NORMAL_USER = new UserHandle(1111);
|
||||
|
Reference in New Issue
Block a user