Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 966d842b authored by Fan Zhang's avatar Fan Zhang
Browse files

Revert "Disable failing test to unblock presubmit"

This reverts commit 69cc84d2.

Bug: 122824614
Test: robotests
Reason for revert: b/122824614

Change-Id: I5730b6c0a5e6d26fd54a8a1eff8d1eab3144a8ee
parent 69cc84d2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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();
    }