8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
authoramlu
Mon, 16 Mar 2015 10:24:16 +0100
changeset 29490 28d8f0e134de
parent 29489 fe7624d92790
child 29491 821faf99fb06
8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile Reviewed-by: psandoz
jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/CollectorsTest.java
--- a/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/CollectorsTest.java	Mon Mar 16 10:19:49 2015 +0100
+++ b/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/CollectorsTest.java	Mon Mar 16 10:24:16 2015 +0100
@@ -517,7 +517,7 @@
                                                                                new ToListAssertion<>())));
     }
 
-    @Test
+    @Test(groups = { "serialization-hostile" })
     public void testFlatMappingClose() {
         Function<Integer, Integer> classifier = i -> i;
         AtomicInteger ai = new AtomicInteger();