diff --git a/e2e/smoke/BUILD.bazel b/e2e/smoke/BUILD.bazel index 1a1ffa6d5..1e0a189ef 100644 --- a/e2e/smoke/BUILD.bazel +++ b/e2e/smoke/BUILD.bazel @@ -123,4 +123,15 @@ sh_test( ":copy_directory_mtime_case", ":copy_to_directory_mtime_case", ], + # FIXME(#898) + # On macos, fails with + # stat: illegal option -- - + # usage: stat [-FLnq] [-f format | -l | -r | -s | -x] [-t timefmt] [file ...] + # On windows, fails with + # stat: cannot stat 'd/1': No such file or directory + # On Linux, it's helplessly flaky, often failing in 2/2 attempts like + # Preserve mtime test failed. Modify times do not match for d/1 and copy_to_directory_mtime_out/d/1 + # Original modify time: 2024-08-14 18:23:01.413642851 +0000 + # Copied modify time: 2024-08-14 18:23:31.501819589 +0000 + tags = ["manual"], )