mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user