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

Commit 44528653 authored by Ajinkya Chalke's avatar Ajinkya Chalke
Browse files

Ignore configComponentName_shouldResolve as it is failing for cf_gwear_x86-userdebug.


Bug: 279821790
Change-Id: Ia48da41e3a42d55e70706319fcc13b5672987651
Test: Ignoring a test
parent 04e2248b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import static com.android.systemui.screenshot.appclips.AppClipsTrampolineActivit

import static com.google.common.truth.Truth.assertThat;

import static org.junit.Assume.assumeFalse;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.anyInt;
import static org.mockito.ArgumentMatchers.eq;
@@ -127,6 +128,9 @@ public final class AppClipsTrampolineActivityTest extends SysuiTestCase {

    @Before
    public void setUp() {
        assumeFalse("Skip test: does not apply to watches",
            mContext.getPackageManager().hasSystemFeature(PackageManager.FEATURE_WATCH));

        MockitoAnnotations.initMocks(this);
        mMainHandler = mContext.getMainThreadHandler();