aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ccalvarin <ccalvarin@google.com>2018-01-25 07:27:46 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-01-25 07:29:21 -0800
commita269a95bcf2fb20a5bf2ae3344d571aaadcf552a (patch)
treeb7fad6c3753741190e6d628a697904a671ee6d18
parent652f9e52465508b75d52452dbdd88e51ff582200 (diff)
Unmark InterruptibleTest as flaky, it hasn't flaked in a month.
I've attempted to recreate the flakiness, to see if changing the test from a wait-based approach to actual locking would improve the flakiness, but the test seems to not have flaked since it was broken out into its own target, so it seems that might just add unnecessary complexity. RELNOTES: None. PiperOrigin-RevId: 183235405
-rw-r--r--src/test/java/com/google/devtools/build/lib/shell/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/java/com/google/devtools/build/lib/shell/BUILD b/src/test/java/com/google/devtools/build/lib/shell/BUILD
index d8098ff018..6bbce901f1 100644
--- a/src/test/java/com/google/devtools/build/lib/shell/BUILD
+++ b/src/test/java/com/google/devtools/build/lib/shell/BUILD
@@ -75,7 +75,6 @@ java_test(
name = "InterruptibleTest",
size = "small",
srcs = ["InterruptibleTest.java"],
- flaky = 1,
tags = [
"no_windows",
"shell",