diff --git a/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageSummaryTest.java b/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageSummaryTest.java index 4cda7fe5bdf..8b1da1bb41c 100644 --- a/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageSummaryTest.java +++ b/tests/robotests/src/com/android/settings/fuelgauge/PowerUsageSummaryTest.java @@ -67,6 +67,7 @@ import com.android.settings.testutils.shadow.SettingsShadowResources; import com.android.settingslib.core.AbstractPreferenceController; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Answers; @@ -487,6 +488,7 @@ public class PowerUsageSummaryTest { any()); } + @Ignore("b/73892008") @Test public void testShowBothEstimates_summariesAreBothModified() { doReturn(new TextView(mRealContext)).when(mBatteryLayoutPref).findViewById(R.id.summary2);