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

Commit 02e10010 authored by David Saff's avatar David Saff
Browse files

Ignore crashing GlobalActionsDialogLiteTest

Bug: 422015546
Test: presubmit
Flag: TEST_ONLY
Change-Id: I1849446bb693f3567ddb48c7d949a6480a8b5aff
parent f4ea0f6c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -95,6 +95,7 @@ import com.android.systemui.util.settings.GlobalSettings;
import com.android.systemui.util.settings.SecureSettings;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -105,6 +106,7 @@ import org.mockito.MockitoAnnotations;
import java.util.List;
import java.util.concurrent.Executor;

@Ignore("b/422015546")
@SmallTest
@RunWith(AndroidJUnit4.class)
@TestableLooper.RunWithLooper(setAsMainLooper = true)