Skip to content

Commit

Permalink
Dsiable C++ test correctly (#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored and ManfeiBai committed Nov 29, 2023
1 parent 64b2cc9 commit 38c7c98
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/cpp/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,16 @@ ptxla_cc_test(
],
)

ptxla_cc_test(
name = "test_xla_backend_intf",
srcs = ["test_xla_backend_intf.cpp"],
deps = [
":cpp_test_util",
"//torch_xla/csrc:tensor",
"@com_google_googletest//:gtest_main",
],
)
# Disable this test since it is flaky on upstream
# ptxla_cc_test(
# name = "test_xla_backend_intf",
# srcs = ["test_xla_backend_intf.cpp"],
# deps = [
# ":cpp_test_util",
# "//torch_xla/csrc:tensor",
# "@com_google_googletest//:gtest_main",
# ],
# )

ptxla_cc_test(
name = "test_xla_sharding",
Expand Down

0 comments on commit 38c7c98

Please sign in to comment.