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:
Yi-Ling Chuang
2020-03-10 06:19:44 +00:00
parent db4fd2b1c3
commit ef4550c504
4 changed files with 4 additions and 16 deletions

View File

@@ -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";