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

Commit dddfdee3 authored by Yanting Yang's avatar Yanting Yang
Browse files

Ignore failing test of SurveyMixinTest

Bug: 314929422
Test: atest
Change-Id: Ib53047b6e2eb55af566140af2de9f5ca022b203b
parent d3661be0
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