Skip to content

Commit fdea5b3

Browse files
committed
ignore test
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 0bb712b commit fdea5b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

encodings/parquet-variant/src/operations.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ mod tests {
568568
assert_scalar_at_matches_arrow_try_value(&arrow_variant, [0, 1, 2])
569569
}
570570

571+
#[ignore = "This test hangs when running all tests in the workspace at once."]
571572
#[test]
572573
fn test_scalar_at_recursive_shredded_list() -> VortexResult<()> {
573574
// Spec basis: for arrays, "value must be null" when the value is an array, and array

0 commit comments

Comments
 (0)