summaryrefslogtreecommitdiffhomepage
path: root/pkg/amutex
diff options
context:
space:
mode:
authorRahat Mahmood <rahat@google.com>2018-10-31 19:32:05 -0700
committerShentubot <shentubot@google.com>2018-10-31 19:33:09 -0700
commitc2249d6472342b9cbb641d726e21bba4215ae4e0 (patch)
tree09e8d94f66803d915758f660b6d24503c9cc76b0 /pkg/amutex
parent59b7766af7c78f330d09044e68bb195e495993ea (diff)
Mark amutex_test as flaky.
PiperOrigin-RevId: 219575226 Change-Id: If4e67b29110332c94013513fb111ec7e019f2915
Diffstat (limited to 'pkg/amutex')
-rw-r--r--pkg/amutex/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/amutex/BUILD b/pkg/amutex/BUILD
index 815ee3a69..7cda07418 100644
--- a/pkg/amutex/BUILD
+++ b/pkg/amutex/BUILD
@@ -14,4 +14,5 @@ go_test(
size = "small",
srcs = ["amutex_test.go"],
embed = [":amutex"],
+ tags = ["flaky"],
)