Disable fsevents tests (#43218)

They're flakier than phyllo dough, and not nearly as delicious

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin
2025-11-20 22:17:50 -07:00
committed by GitHub
parent b3ebcef5c6
commit 550442e100
+3 -1
View File
@@ -372,7 +372,9 @@ unsafe extern "C" {
pub fn FSEventsGetCurrentEventId() -> u64;
}
#[cfg(test)]
// These tests are disabled by default because they seem to be unresolvably flaky.
// Feel free to bring them back to help test this code
#[cfg(false)]
mod tests {
use super::*;
use std::{fs, sync::mpsc, thread, time::Duration};