diff --git a/ttl/BUILD.bazel b/ttl/BUILD.bazel index 8e82a7053df67..dadd37031d75a 100644 --- a/ttl/BUILD.bazel +++ b/ttl/BUILD.bazel @@ -38,4 +38,5 @@ go_test( "@com_github_stretchr_testify//require", "@org_uber_go_goleak//:goleak", ], + flaky = True, )