We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a1758 commit 303eec0Copy full SHA for 303eec0
crates/biome_service/src/scanner/watcher.tests.rs
@@ -23,6 +23,7 @@ use crate::{
23
use super::*;
24
25
#[test]
26
+#[cfg_attr(target_os = "macos", ignore = "flaky on macOS")]
27
fn should_index_on_write_but_not_on_read() {
28
let file_path = Utf8Path::new("foo.js");
29
@@ -95,6 +96,7 @@ fn should_index_on_write_but_not_on_read() {
95
96
}
97
98
99
100
fn should_index_on_create_and_unload_on_delete() {
101
let fs = TemporaryFs::new("should_index_on_create_and_unload_on_delete");
102
0 commit comments