Mark timers_test flaky because setrlimit(RLIMIT_CPU) is broken in some kernels.

https://bugzilla.redhat.com/show_bug.cgi?id=1568337

PiperOrigin-RevId: 256276198
This commit is contained in:
Neel Natu
2019-07-02 17:58:15 -07:00
committed by gVisor bot
parent d8ec2fb671
commit 1178a278ae
+2
View File
@@ -3001,6 +3001,8 @@ cc_binary(
testonly = 1,
srcs = ["timers.cc"],
linkstatic = 1,
# FIXME(b/136599201)
tags = ["flaky"],
deps = [
"//test/util:cleanup",
"//test/util:logging",