Skip to content

Commit d1194e8

Browse files
committed
test(oxlint): ignore test on windows (#12262)
1 parent ab9d91c commit d1194e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/oxlint/src/lint.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ mod test {
694694
}
695695

696696
#[test]
697+
#[cfg(not(target_os = "windows"))] // Skipped on Windows due to snapshot diffs from path separators (`/` vs `\`)
697698
fn oxlint_config_auto_detection_parse_error() {
698699
let args = &["debugger.js"];
699700
Tester::new().with_cwd("fixtures/auto_config_parse_error".into()).test_and_snapshot(args);

0 commit comments

Comments
 (0)