Skip to content

Commit

Permalink
Disable test for valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jun 24, 2024
1 parent 7ed9f0f commit 9862d03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/src/arrow/compute/row/compare_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ TEST(KeyCompare, CompareColumnsToRowsTempStackUsage) {
}
}

#ifndef ARROW_VALGRIND
// Compare columns to rows at offsets over 2GB within a row table.
// Certain AVX2 instructions may behave unexpectedly causing troubles like GH-41813.
TEST(KeyCompare, CompareColumnsToRowsLarge) {
Expand Down Expand Up @@ -289,6 +290,7 @@ TEST(KeyCompare, CompareColumnsToRowsLarge) {
num_rows);
}
}
#endif // ARROW_VALGRIND

} // namespace compute
} // namespace arrow

0 comments on commit 9862d03

Please sign in to comment.