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

Commit 5cdbb5ee authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

Merge "Ignore failing test of SupportDashboardActivityTest" into main

parents 038915fa 37a8625d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@ import com.android.settings.R;
import com.android.settingslib.search.SearchIndexableRaw;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -64,6 +65,7 @@ public class SupportDashboardActivityTest {
        assertThat(value.intentAction).isEqualTo(ACTION_SUPPORT_SETTINGS);
    }

    @Ignore("b/314927625")
    @Test
    public void shouldHandleIntentAction() {
        PackageManager packageManager = mContext.getPackageManager();