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

Commit 4cf863ec authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add ActivityThreadClientTest to presubmit"

parents e91a82d7 e52b03f8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -46,10 +46,12 @@ import android.content.res.Configuration;
import android.os.Binder;
import android.os.RemoteException;
import android.os.UserHandle;
import android.platform.test.annotations.Presubmit;
import android.view.WindowManagerGlobal;

import androidx.test.annotation.UiThreadTest;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.MediumTest;
import androidx.test.platform.app.InstrumentationRegistry;

@@ -70,6 +72,8 @@ import org.mockito.quality.Strictness;
 */
@RunWith(AndroidJUnit4.class)
@MediumTest
@Presubmit
@FlakyTest(bugId = 143153552)
public class ActivityThreadClientTest {

    @Test