Skip to content

Commit

Permalink
test[rust]: Ignore broken test (#4698)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Sep 4, 2022
1 parent f114d1d commit beef7f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions polars/polars-core/src/chunked_array/ops/sort/categorical.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ mod test {
assert_eq!(ca.into_no_null_iter().collect::<Vec<_>>(), cmp);
}

// TODO: Fix this test (occasionally fails during CI test job) - See issue #4707
#[test]
#[ignore]
fn test_cat_lexical_sort() -> Result<()> {
let init = &["c", "b", "a", "d"];

Expand Down

0 comments on commit beef7f0

Please sign in to comment.