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

Commit f26517d4 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Removed test from presubmit.

testOnNotification_stillWorksAfterOneFailedProxCheck needs to
be ignored on presubmit runs. It fails on Tree Hugger but
runs locally.

Test: runtest systemui
Change-Id: Id4e1107528715c7e0b6ce7c69e2da7fa837e79a2
parent a5b457b3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,10 +24,10 @@ import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;

import android.app.Instrumentation;
import android.content.Context;
import android.os.Handler;
import android.os.Looper;
import android.support.test.InstrumentationRegistry;
import android.support.test.filters.FlakyTest;
import android.support.test.filters.SmallTest;
import android.support.test.runner.AndroidJUnit4;

@@ -79,6 +79,7 @@ public class DozeTriggersTest extends SysuiTestCase {
        });
    }

    @FlakyTest
    @Test
    public void testOnNotification_stillWorksAfterOneFailedProxCheck() throws Exception {
        when(mMachine.getState()).thenReturn(DozeMachine.State.DOZE);