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

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

Merge "Ignore failing test of SurveyMixinTest" into main

parents 5cdbb5ee dddfdee3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ import com.android.settings.overlay.SurveyFeatureProvider;
import com.android.settings.testutils.FakeFeatureFactory;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -39,6 +40,7 @@ public class SurveyMixinTest {
        mProvider = FakeFeatureFactory.setupForTest().getSurveyFeatureProvider(mContext);
    }

    @Ignore("b/314929422")
    @Test
    public void onResume_noActionIfActivityDoesNotExist() {
        // Pretend we are an activity that is starting up