diff options
author | Rahat Mahmood <rahat@google.com> | 2019-06-20 12:56:20 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-06-20 12:58:04 -0700 |
commit | ddc1d94a37ae00743ce51ce514ae840e11a4f97d (patch) | |
tree | 806bf6733fcf4859db73588324f0a072548a3063 /pkg/amutex | |
parent | 0b2135072d3a6b418f87f166b58dcf877f7c2fba (diff) |
Unmark amutex_test as flaky.
PiperOrigin-RevId: 254254058
Diffstat (limited to 'pkg/amutex')
-rw-r--r-- | pkg/amutex/BUILD | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/amutex/BUILD b/pkg/amutex/BUILD index 7831471ca..39d253b98 100644 --- a/pkg/amutex/BUILD +++ b/pkg/amutex/BUILD @@ -14,5 +14,4 @@ go_test( size = "small", srcs = ["amutex_test.go"], embed = [":amutex"], - tags = ["flaky"], ) |