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

Commit 1fa75fa2 authored by Nikolas Havrikov's avatar Nikolas Havrikov Committed by Android (Google) Code Review
Browse files

Merge "Ignore AppClipsTrampoline test on Android TV" into main

parents ee11d7c4 8dbb3857
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -123,6 +123,8 @@ public final class AppClipsTrampolineActivityTest extends SysuiTestCase {
    public void setUp() {
        assumeFalse("Skip test: does not apply to watches",
            mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH));
        assumeFalse("Skip test: does not apply to TVs",
                mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_LEANBACK));

        MockitoAnnotations.initMocks(this);
        mBgExecutor = MoreExecutors.directExecutor();