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

Commit 37c02b7c authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable bad test" into main

parents d8aa8b99 5a1efeef
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ import static com.google.common.truth.Truth.assertThat;

import static org.junit.Assert.fail;

import android.platform.test.annotations.DisabledOnRavenwood;
import android.platform.test.annotations.Presubmit;
import android.platform.test.ravenwood.RavenwoodRule;

@@ -57,7 +56,6 @@ public class ArrayMapTest {
     */
    @Test
    @Ignore("Failing; b/399137661")
    @DisabledOnRavenwood(reason = "Long test runtime")
    public void testConcurrentModificationException() throws Exception {
        final int TEST_LEN_MS = 5000;
        System.out.println("Starting ArrayMap concurrency test");
+2 −0
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.LargeTest;

import org.junit.After;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -50,6 +51,7 @@ public class ArraySetTest {
     * internals.
     */
    @Test
    @Ignore("Failing; b/399137661")
    public void testConcurrentModificationException() throws Exception {
        final int testDurMs = 10_000;
        System.out.println("Starting ArraySet concurrency test");