Loading tests/robotests/src/com/android/settings/fuelgauge/batteryusage/BatteryTipsCardPreferenceTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ import com.android.settings.testutils.FakeFeatureFactory; import com.android.settingslib.core.instrumentation.MetricsFeatureProvider; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading Loading @@ -155,6 +156,7 @@ public final class BatteryTipsCardPreferenceTest { "ScreenTimeoutAnomaly"); } @Ignore("b/313582999") @Test public void onClick_mainBtnOfAppsAnomaly_selectHighlightSlot() { final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); Loading @@ -176,6 +178,7 @@ public final class BatteryTipsCardPreferenceTest { .action(mContext, SettingsEnums.ACTION_BATTERY_TIPS_CARD_ACCEPT, "AppAnomaly"); } @Ignore("b/313582999") @Test public void onClick_dismissBtnOfAppsAnomaly_keepHighlightSlotIndex() { final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); Loading Loading
tests/robotests/src/com/android/settings/fuelgauge/batteryusage/BatteryTipsCardPreferenceTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -40,6 +40,7 @@ import com.android.settings.testutils.FakeFeatureFactory; import com.android.settingslib.core.instrumentation.MetricsFeatureProvider; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.ArgumentCaptor; Loading Loading @@ -155,6 +156,7 @@ public final class BatteryTipsCardPreferenceTest { "ScreenTimeoutAnomaly"); } @Ignore("b/313582999") @Test public void onClick_mainBtnOfAppsAnomaly_selectHighlightSlot() { final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); Loading @@ -176,6 +178,7 @@ public final class BatteryTipsCardPreferenceTest { .action(mContext, SettingsEnums.ACTION_BATTERY_TIPS_CARD_ACCEPT, "AppAnomaly"); } @Ignore("b/313582999") @Test public void onClick_dismissBtnOfAppsAnomaly_keepHighlightSlotIndex() { final PowerAnomalyEvent appsAnomaly = BatteryTestUtils.createAppAnomalyEvent(); Loading