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

Commit 8dbb3857 authored by Nikolas Havrikov's avatar Nikolas Havrikov
Browse files

Ignore AppClipsTrampoline test on Android TV

The Android TV System UI does not offer the functionality for taking app
clips.

Bug: 295161958
Test: atest AppClipsTrampolineActivityTest
Change-Id: Idf7d45640c40cd316342a2609461154eb01f1f1e
parent 6c65ee52
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();