Skip to content

Commit

Permalink
chore: mark it flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Aug 14, 2024
1 parent f412e4d commit 53643eb
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions e2e/smoke/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,15 @@ sh_test(
":copy_directory_mtime_case",
":copy_to_directory_mtime_case",
],
# on macos, fails with
# 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
# On windows, fails with
# stat: cannot stat 'd/1': No such file or directory
target_compatible_with = ["@platforms//os:linux"],
# 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"],
)

0 comments on commit 53643eb

Please sign in to comment.