8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile

Reviewed-by: psandoz
This commit is contained in:
Amy Lu 2015-03-16 10:24:16 +01:00
parent cb566c6ce5
commit b8770ac035

View File

@ -517,7 +517,7 @@ public class CollectorsTest extends OpTestCase {
new ToListAssertion<>())));
}
@Test
@Test(groups = { "serialization-hostile" })
public void testFlatMappingClose() {
Function<Integer, Integer> classifier = i -> i;
AtomicInteger ai = new AtomicInteger();