Skip to content

Commit

Permalink
chore: green up CI on main branch (#904)
Browse files Browse the repository at this point in the history
* chore: green up CI on main branch

We landed a test that broke the macos/windows builds, let's just disable it there

* chore: mark it flaky

* Update MODULE.bazel
  • Loading branch information
alexeagle committed Aug 14, 2024
1 parent a36dd12 commit 492de2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions e2e/smoke/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

0 comments on commit 492de2b

Please sign in to comment.