Turn off long-running test for now.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1200096 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2011-11-10 02:07:43 +00:00
parent 1460653475
commit fa35d13c66
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class ReflectionToStringBuilderConcurrencyTest {
}
@Test
@Ignore
public void testCopyOnWriteArrayList() throws InterruptedException, ExecutionException {
this.testConcurrency(new CollectionHolder<List<Integer>>(new CopyOnWriteArrayList<Integer>()));
}