[ios] damage control (#33391)

~Something about the additional load from #33374 has caused some
entirely unrelated ios tests to fail sporadically. I'd prefer not to
roll back that however as it's discovered real bugs that had been
previously masked.~

These tests have been failing sporadically for some time.

We can track these on the daily flakiness reports, but whilst we
investigate let's just universally mark them as flaky so we don't
confuse folks trying to submit.
pull/33393/head
Craig Tiller 2 years ago committed by GitHub
parent f974491065
commit a63849bd39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      bazel/grpc_build_system.bzl

@ -474,7 +474,7 @@ def grpc_cc_test(name, srcs = [], deps = [], external_deps = [], args = [], data
tags = tags,
deps = core_deps,
args = args,
flaky = flaky,
flaky = True,
**test_args
)

Loading…
Cancel
Save