Skip to content

Commit

Permalink
Move test that fails on JDK 11+ under failing/ to prevent it blocki…
Browse files Browse the repository at this point in the history
…ng CI
  • Loading branch information
cowtowncoder committed Nov 2, 2022
1 parent b42bd0a commit 82bda42
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package com.fasterxml.jackson.module.blackbird;
package com.fasterxml.jackson.module.blackbird.failing;

import java.io.ByteArrayOutputStream;
import java.io.InputStream;
import java.lang.reflect.Constructor;

import com.fasterxml.jackson.module.blackbird.BlackbirdTestBase;
import com.fasterxml.jackson.databind.ObjectMapper;

import org.junit.Test;

public class TestClassloaders extends BlackbirdTestBase
Expand Down

0 comments on commit 82bda42

Please sign in to comment.