Add @Ignore for all failing tests.
Bug: 130896210 Bug: 130896218 Bug: 130896701 Bug: 130897882 Bug: 130897305 Bug: 130897640 Bug: 130896049 Test: robo Change-Id: I77143d504501b358c2103aa736cd2aad13ed4c5c
This commit is contained in:
@@ -50,6 +50,7 @@ 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;
|
||||
@@ -135,6 +136,7 @@ public class BatteryHeaderPreferenceControllerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("b/130896701")
|
||||
public void displayPreference_displayBatteryLevel() {
|
||||
mController.displayPreference(mPreferenceScreen);
|
||||
|
||||
@@ -188,6 +190,7 @@ public class BatteryHeaderPreferenceControllerTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore("b/130896701")
|
||||
public void quickUpdateHeaderPreference_onlyUpdateBatteryLevelAndChargingState() {
|
||||
mSummary.setText(BATTERY_STATUS);
|
||||
mSummary2.setText(BATTERY_STATUS);
|
||||
|
Reference in New Issue
Block a user