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

Commit 81d29a37 authored by Dave Mankoff's avatar Dave Mankoff
Browse files

Turn off NonPhoneDependencyTest.

This test causes a binder calls which inevitably fail in
unit tests.

Fixes: 166257382
Test: atest SystemUITests
Change-Id: I2e0256d3e62a2852de975cd068676d42b8afa802
parent 9fa9c1f8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ import com.android.systemui.statusbar.phone.ShadeController;
import com.android.systemui.statusbar.policy.HeadsUpManager;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -70,6 +71,7 @@ public class NonPhoneDependencyTest extends SysuiTestCase {
               new Handler(TestableLooper.get(this).getLooper()));
    }

    @Ignore("Causes binder calls which fail")
    @Test
    public void testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager() {
        mDependency.injectMockDependency(ShadeController.class);