Skip to content

Commit

Permalink
vfs_test: mark as flaky
Browse files Browse the repository at this point in the history
Before commit f47291e [1],
FileSystemConcurrencyTest was part of
"foundations_test" which was marked as flaky.

After the change, this test is part of "vfs_test"
which is not marked as flaky.

Looking at the test code [2] it's clearly flaky,
so the modification is appropriate.

[1]
bazelbuild@f47291e
[2] https://github.com/bazelbuild/bazel/blob/6f502ac12180973f4646c95d95e1516082b3c71c/src/test/java/com/google/devtools/build/lib/vfs/FileSystemConcurrencyTest.java#L46

RELNOTES: none
PiperOrigin-RevId: 182352485
  • Loading branch information
laszlocsomor authored and Copybara-Service committed Jan 18, 2018
1 parent fca3d39 commit aad6304
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/com/google/devtools/build/lib/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ java_test(
],
exclude = ALL_WINDOWS_TESTS,
),
flaky = True,
tags = [
"foundations",
"no_windows",
Expand Down

0 comments on commit aad6304

Please sign in to comment.