Skip to content

Commit

Permalink
disable ORC test
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Dec 30, 2024
1 parent 10175ee commit f0bcf4d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import org.apache.orc.TypeDescription;
import org.apache.orc.Writer;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.io.TempDir;

Expand All @@ -53,6 +54,7 @@ public static void beforeClass() {
allocator = new RootAllocator(MAX_ALLOCATION);
}

@Disabled("ORC is flaky: https://github.com/apache/arrow-java/pull/449")
@Test
public void testOrcJniReader() throws Exception {
TypeDescription schema = TypeDescription.fromString("struct<x:int,y:string>");
Expand Down

0 comments on commit f0bcf4d

Please sign in to comment.