Skip to content

Commit cda8366

Browse files
Remove unused test.
Coverage provided by api_compatibility_test. PiperOrigin-RevId: 458040364
1 parent 97e7611 commit cda8366

File tree

2 files changed

+1
-39
lines changed

2 files changed

+1
-39
lines changed

tensorflow/dtensor/python/BUILD

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# DTensor Python API and libraries.
22

33
load("//tensorflow:tensorflow.bzl", "pytype_strict_library")
4-
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py", "tf_py_test")
4+
load("//tensorflow:tensorflow.bzl", "tf_gen_op_wrapper_py")
55

66
default_visibility = [
77
"//tensorflow/dtensor:dtensor-internal",
@@ -248,13 +248,3 @@ pytype_strict_library(
248248
"@absl_py//absl/logging",
249249
],
250250
)
251-
252-
tf_py_test(
253-
name = "dtensor_tf_api_test",
254-
size = "small",
255-
srcs = ["dtensor_tf_api_test.py"],
256-
deps = [
257-
"//tensorflow/dtensor/python:core",
258-
"//tensorflow/python/platform:test",
259-
],
260-
)

tensorflow/dtensor/python/dtensor_tf_api_test.py

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)