1
0
Fork 0
mirror of synced 2024-05-03 03:52:58 +12:00

Disable flaky tests

This commit is contained in:
Rafał Mikrut 2024-02-14 19:32:00 +01:00
parent 378fa1fd6e
commit 1e9b055964

View file

@ -756,6 +756,7 @@ mod tests {
}
#[cfg(target_family = "unix")]
#[ignore] // Flaky test
#[test]
fn test_traversal_group_by_inode() -> io::Result<()> {
let dir = tempfile::Builder::new().tempdir()?;
@ -797,6 +798,7 @@ mod tests {
}
#[cfg(target_family = "windows")]
#[ignore] // Flaky test
#[test]
fn test_traversal_group_by_inode() -> io::Result<()> {
let dir = tempfile::Builder::new().tempdir()?;