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

Commit 4e9ee03e authored by Winson Chung's avatar Winson Chung
Browse files

Disabling BubblesTest for further investigation

Bug: 292153259
Test: Presubmit
Change-Id: I4040dd6292795fc1866b58d40433173abf767a56
parent 8e9efbfb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -158,6 +158,7 @@ import com.android.wm.shell.transition.Transitions;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -173,6 +174,7 @@ import java.util.HashMap;
import java.util.List;
import java.util.Optional;

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