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:56:57 -07:00 committed by gVisor bot
parent d8ec2fb671
commit 1178a278ae
1 changed files with 2 additions and 0 deletions

View File

@ -3001,6 +3001,8 @@ cc_binary(
testonly = 1, testonly = 1,
srcs = ["timers.cc"], srcs = ["timers.cc"],
linkstatic = 1, linkstatic = 1,
# FIXME(b/136599201)
tags = ["flaky"],
deps = [ deps = [
"//test/util:cleanup", "//test/util:cleanup",
"//test/util:logging", "//test/util:logging",