From 966d842be09c30ead8b49439ac44f55488871c5e Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Mon, 14 Jan 2019 19:56:24 +0000 Subject: [PATCH] Revert "Disable failing test to unblock presubmit" This reverts commit 69cc84d22c296c93eb0b7f3058c3139c1c016d8d. Bug: 122824614 Test: robotests Reason for revert: b/122824614 Change-Id: I5730b6c0a5e6d26fd54a8a1eff8d1eab3144a8ee --- .../appinfo/DefaultSmsShortcutPreferenceControllerTest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/robotests/src/com/android/settings/applications/appinfo/DefaultSmsShortcutPreferenceControllerTest.java b/tests/robotests/src/com/android/settings/applications/appinfo/DefaultSmsShortcutPreferenceControllerTest.java index 2723e3aaf63..93582bf8776 100644 --- a/tests/robotests/src/com/android/settings/applications/appinfo/DefaultSmsShortcutPreferenceControllerTest.java +++ b/tests/robotests/src/com/android/settings/applications/appinfo/DefaultSmsShortcutPreferenceControllerTest.java @@ -27,7 +27,6 @@ import android.content.pm.PackageManager; import com.android.settings.applications.defaultapps.DefaultSmsPreferenceController; import org.junit.Before; -import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; @@ -78,7 +77,6 @@ public class DefaultSmsShortcutPreferenceControllerTest { } @Test - @Ignore("b/122824614") public void isDefaultApp_notDefaultSms_shouldReturnFalse() { assertThat(mController.isDefaultApp()).isFalse(); }