mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-20 18:37:51 +00:00
8075111: Mark testFlatMappingClose (from CollectorsTest) as serialization hostile
Reviewed-by: psandoz
This commit is contained in:
parent
cb566c6ce5
commit
b8770ac035
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user