From 6a843c00d38c04714beb8bef8f06156bb8a153c7 Mon Sep 17 00:00:00 2001 From: Samuel Moelius Date: Tue, 17 Oct 2023 14:21:12 -0400 Subject: [PATCH] Disable `prettier` tests in Windows --- cargo-dylint/tests/dylint.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cargo-dylint/tests/dylint.rs b/cargo-dylint/tests/dylint.rs index 4c40e073e..41b5e71e7 100644 --- a/cargo-dylint/tests/dylint.rs +++ b/cargo-dylint/tests/dylint.rs @@ -296,6 +296,7 @@ fn msrv() { } } +#[cfg(not(windows))] #[test] fn prettier_all_but_examples_and_template() { Command::new("prettier") @@ -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, || {