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

Commit 04fe6790 authored by Daniel Hsieh's avatar Daniel Hsieh
Browse files

Ignores the test case due to failure of spying.

We could refer to b/182561174#comment4 for solution in the future.

Bug: b/278120809
Test: atest WindowMagnificationManagerTest
Change-Id: I0cf901b40deaa8a32c28ec98e13a7f7cf7d80fca
parent 2a5d05f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ import com.android.server.accessibility.AccessibilityTraceManager;
import com.android.server.statusbar.StatusBarManagerInternal;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.Mockito;
@@ -307,6 +308,7 @@ public class WindowMagnificationManagerTest {
                MagnificationScaleProvider.MAX_SCALE);
    }

    @Ignore("b/278816260: We could refer to b/182561174#comment4 for solution.")
    @Test
    public void logTrackingTypingFocus_processScroll_logDuration() {
        WindowMagnificationManager spyWindowMagnificationManager = spy(mWindowMagnificationManager);