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

Commit 89dfe440 authored by Mady Mellor's avatar Mady Mellor
Browse files

Make sure protolog tool is not required for system ui tests

Flag: NONE; test fix
Test: atest BubblesTest
Bug: 325167620
Change-Id: Ib1a4e630bf229c999df4f8425b329874acdd944f
parent 7fcf82fb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ import androidx.core.animation.AndroidXAnimatorIsolationRule;
import androidx.test.InstrumentationRegistry;
import androidx.test.uiautomator.UiDevice;

import com.android.internal.protolog.common.ProtoLog;
import com.android.systemui.broadcast.FakeBroadcastDispatcher;
import com.android.systemui.flags.SceneContainerRule;

@@ -170,6 +171,7 @@ public abstract class SysuiTestCase {

    @Before
    public void SysuiSetup() throws Exception {
        ProtoLog.REQUIRE_PROTOLOGTOOL = false;
        mSysuiDependency = new SysuiTestDependency(mContext, shouldFailOnLeakedReceiver());
        mDependency = mSysuiDependency.install();
        // TODO(b/292141694): build out Ravenwood support for Instrumentation