Skip to content

Commit

Permalink
Is ok now
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Jan 28, 2024
1 parent 44def2e commit faa5495
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import org.apache.avro.Protocol;
import org.apache.avro.Schema;
import org.apache.avro.util.internal.JacksonUtils;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import java.util.Arrays;
import java.util.Collections;
Expand Down Expand Up @@ -138,7 +137,6 @@ public class Definition {
}

@Test
@Disabled // FIXME: Test fails in IT
void nonStaticInnerClasses() {
assertThrows(AvroTypeException.class, () -> {
ReflectData.get().getSchema(Definition.class);
Expand Down

0 comments on commit faa5495

Please sign in to comment.