Revert "Ignore some failed tests."
This reverts commit db4fd2b1c3
.
Reason for revert: Test failures are fixed.
Fixes: 150914017
Change-Id: I561816d51427f1141aae42128659b42cc25221dd
This commit is contained in:
@@ -50,7 +50,6 @@ import com.android.settingslib.widget.LayoutPreference;
|
||||
|
||||
import org.junit.After;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
import org.mockito.Mock;
|
||||
@@ -63,7 +62,6 @@ import org.robolectric.shadows.ShadowPowerManager;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
@Config(shadows = ShadowEntityHeaderController.class)
|
||||
@Ignore
|
||||
public class BatteryHeaderPreferenceControllerTest {
|
||||
|
||||
private static final String PREF_KEY = "battery_header";
|
||||
|
Reference in New Issue
Block a user