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

Commit 227f21df authored by Alan Stokes's avatar Alan Stokes
Browse files

DO NOT MERGE: Disable failing test.

This code is going away soon, so not attempting a more nuanced fix.

Bug: 137574238
Test: atest DexLoggerIntegrationTests:com.android.server.pm.dex.DexLoggerIntegrationTests#testDexLoggerReconcileGeneratesEvents -- --abi x86
Change-Id: I021c49470d23fd5a3a75d53b8f44f088e167116b
parent f3c86248
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ import org.junit.After;
import org.junit.AfterClass;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.JUnit4;
@@ -108,6 +109,7 @@ public final class DexLoggerIntegrationTests {
    }

    @Test
    @Ignore  // Should invoke shell command via UiAutomation: b/137574238
    public void testDexLoggerReconcileGeneratesEvents() throws Exception {
        int[] tagList = new int[] { SNET_TAG };
        List<EventLog.Event> events = new ArrayList<>();