Skip to content

Commit

Permalink
Dsiable C++ test correctly (pytorch#5783)
Browse files Browse the repository at this point in the history
  • Loading branch information
JackCaoG authored and chunnienc committed Dec 14, 2023
1 parent 8349e5b commit 9a51ab5
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 9a51ab5

Please sign in to comment.