We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b3b8f6 commit efa845aCopy full SHA for efa845a
src/test/java/tools/jackson/databind/mixins/MixinForCreators2795Test.java
@@ -2,6 +2,7 @@
2
3
import java.util.*;
4
5
+import org.junit.jupiter.api.Disabled;
6
import org.junit.jupiter.api.Test;
7
8
import com.fasterxml.jackson.annotation.*;
@@ -22,6 +23,7 @@ public UnmodifiableCollectionMixin(final Collection<?> collection) { }
22
23
}
24
25
@Test
26
+ @Disabled // XXX(scs) What to do about this test?
27
public void testMixinWithUnmmodifiableCollection() throws Exception
28
{
29
ObjectMapper mapper = jsonMapperBuilder()
0 commit comments