Unmark amutex_test as flaky.

PiperOrigin-RevId: 254254058
This commit is contained in:
Rahat Mahmood 2019-06-20 12:56:20 -07:00 committed by gVisor bot
parent 0b2135072d
commit ddc1d94a37
1 changed files with 0 additions and 1 deletions

View File

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