Disable DLPack python test for TFRT.
PiperOrigin-RevId: 351656527 Change-Id: Ifff1b67a025bdb881cce36512745fdafdffde333
This commit is contained in:
parent
1486708ff6
commit
e513f24d41
@ -19,6 +19,9 @@ cuda_py_test(
|
||||
name = "dlpack_test",
|
||||
srcs = ["dlpack_test.py"],
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_tfrt", # TODO(b/177356372)
|
||||
],
|
||||
deps = [
|
||||
":dlpack",
|
||||
"//tensorflow/python/eager:test",
|
||||
|
Loading…
x
Reference in New Issue
Block a user