Skip to content

Commit

Permalink
Disable `//xla/python/ifrt_proxy/integration_tests:executable_impl_te…
Browse files Browse the repository at this point in the history
…st_tfrt_cpu` on ARM64

This test occasionally times out on ARM builds.

PiperOrigin-RevId: 732214593
  • Loading branch information
ddunl authored and Google-ML-Automation committed Feb 28, 2025
1 parent 9d0e64d commit 517396f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xla/python/ifrt_proxy/integration_tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
load("//xla/python/ifrt_proxy/common:ifrt_proxy.bzl", "ifrt_proxy_cc_test")
load("//xla/tsl:tsl.bzl", "if_oss")

package(
# copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
Expand Down Expand Up @@ -70,6 +71,7 @@ ifrt_proxy_cc_test(
timeout = "moderate",
srcs = ["executable_impl_test_tfrt_cpu.cc"],
shuffle_tests = False,
tags = if_oss(["not_run:arm"]), # TODO(b/394180263): reenable this.
deps = [
":register_pjrt_cpu_for_ifrt_api_tests", # buildcleaner: keep
"//xla/python/ifrt:test_util",
Expand Down

0 comments on commit 517396f

Please sign in to comment.