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

Commit 5a1efeef authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Disable bad test

Bug: 402537016
Bug: 399137661
Test: preubmit
Flag: EXEMPT test only change
Change-Id: Ibb918fdf65c35532740163de94f6ed34c64f18d3
parent f145051f
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");