Skip to content

Commit 58e3c28

Browse files
committed
disable ipc test failure
1 parent 2e96437 commit 58e3c28

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arrow/src/ipc/reader.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,8 @@ mod tests {
11071107
}
11081108

11091109
#[test]
1110+
// https://github.com/apache/arrow-rs/issues/1548
1111+
#[cfg(not(feature = "force_validate"))]
11101112
fn projection_should_work() {
11111113
// complementary to the previous test
11121114
let testdata = crate::util::test_util::arrow_test_data();

0 commit comments

Comments
 (0)