From 1178a278ae2501cdd19ffaf6e10c2e3c34b143d0 Mon Sep 17 00:00:00 2001 From: Neel Natu Date: Tue, 2 Jul 2019 17:56:57 -0700 Subject: 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 --- test/syscalls/linux/BUILD | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/syscalls/linux/BUILD') diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD index 8a24d8c0b..4735284ba 100644 --- a/test/syscalls/linux/BUILD +++ b/test/syscalls/linux/BUILD @@ -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", -- cgit v1.2.3