From 9a47bc9eff9c3283fbfaed9144313b7bda366aac Mon Sep 17 00:00:00 2001 From: Ali Beyad Date: Mon, 26 Feb 2024 13:54:22 -0500 Subject: [PATCH] mobile: Add the `no-remote-exec` tag to the Swift stats tests (#32567) For reasons we haven't figured out yet, RBE does not work well with the Swift tests and causes frequent timeouts on CI. See https://github.com/envoyproxy/envoy/issues/32551 for details. We tagged the Swift tests with `no-remote-exec` but forgot to do so for the swift/stats tests, so we're doing that here. This test timed out recently on CI because we didn't have the `no-remote-exec` tag. Signed-off-by: Ali Beyad --- mobile/test/swift/stats/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/mobile/test/swift/stats/BUILD b/mobile/test/swift/stats/BUILD index 2d77e215c8a3..14e1d31bd8d0 100644 --- a/mobile/test/swift/stats/BUILD +++ b/mobile/test/swift/stats/BUILD @@ -13,6 +13,7 @@ envoy_mobile_swift_test( "TagsBuilderTests.swift", ], flaky = True, # TODO(jpsim): Fix timeouts when running these tests on CI + tags = ["no-remote-exec"], # TODO(32551): Re-enable remote exec visibility = ["//visibility:public"], deps = [ "//library/objective-c:envoy_engine_objc_lib",