Skip to content

Commit f0bcf4d

Browse files
committed
disable ORC test
1 parent 10175ee commit f0bcf4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adapter/orc/src/test/java/org/apache/arrow/adapter/orc/OrcReaderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
import org.apache.orc.TypeDescription;
3939
import org.apache.orc.Writer;
4040
import org.junit.jupiter.api.BeforeAll;
41+
import org.junit.jupiter.api.Disabled;
4142
import org.junit.jupiter.api.Test;
4243
import org.junit.jupiter.api.io.TempDir;
4344

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

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

0 commit comments

Comments
 (0)