Skip to content

Commit

Permalink
tests: disable sqlp explain test on WIndows as it has different l…
Browse files Browse the repository at this point in the history
…ine endings
  • Loading branch information
jqnatividad committed Jun 19, 2024
1 parent f9fee7e commit 4b4199b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_sqlp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,9 @@ fn sqlp_compress() {
assert_eq!(got, expected);
}

// disable this test on windows as it fails as the expected output is different
// due to the different line endings
#[cfg(not(target_os = "windows"))]
#[test]
fn sqlp_boston311_explain() {
let wrk = Workdir::new("sqlp_boston311_explain");
Expand Down

0 comments on commit 4b4199b

Please sign in to comment.