Skip to content

Commit 303eec0

Browse files
authored
test: ignore tests on macos (#7820)
1 parent 31a1758 commit 303eec0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/biome_service/src/scanner/watcher.tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use crate::{
2323
use super::*;
2424

2525
#[test]
26+
#[cfg_attr(target_os = "macos", ignore = "flaky on macOS")]
2627
fn should_index_on_write_but_not_on_read() {
2728
let file_path = Utf8Path::new("foo.js");
2829

@@ -95,6 +96,7 @@ fn should_index_on_write_but_not_on_read() {
9596
}
9697

9798
#[test]
99+
#[cfg_attr(target_os = "macos", ignore = "flaky on macOS")]
98100
fn should_index_on_create_and_unload_on_delete() {
99101
let fs = TemporaryFs::new("should_index_on_create_and_unload_on_delete");
100102

0 commit comments

Comments
 (0)