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

Commit e87caa80 authored by David Saff's avatar David Saff Committed by Automerger Merge Worker
Browse files

Merge "Disable test that is killing the presubmit." into tm-qpr-dev am: 7cfc0476

parents 7c0f58d2 7cfc0476
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ import com.android.systemui.broadcast.BroadcastSender;
import com.android.systemui.screenshot.TimeoutHandler;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -47,6 +48,7 @@ import org.mockito.Captor;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;

@Ignore("b/254635291")
@SmallTest
@RunWith(AndroidJUnit4.class)
public class ClipboardOverlayControllerTest extends SysuiTestCase {