Mark amutex_test as flaky.

PiperOrigin-RevId: 219575226
Change-Id: If4e67b29110332c94013513fb111ec7e019f2915
This commit is contained in:
Rahat Mahmood 2018-10-31 19:32:05 -07:00 committed by Shentubot
parent 59b7766af7
commit c2249d6472
1 changed files with 1 additions and 0 deletions

View File

@ -14,4 +14,5 @@ go_test(
size = "small",
srcs = ["amutex_test.go"],
embed = [":amutex"],
tags = ["flaky"],
)