Skip to content

Commit

Permalink
Disable prettier tests in Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Oct 18, 2023
1 parent 633ae4e commit 6a843c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cargo-dylint/tests/dylint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ fn msrv() {
}
}

#[cfg(not(windows))]
#[test]
fn prettier_all_but_examples_and_template() {
Command::new("prettier")
Expand All @@ -310,6 +311,7 @@ fn prettier_all_but_examples_and_template() {
.success();
}

#[cfg(not(windows))]
#[test]
fn prettier_examples_and_template() {
preserves_cleanliness("prettier", true, || {
Expand Down

0 comments on commit 6a843c0

Please sign in to comment.