Disable failed test on Windows.
PiperOrigin-RevId: 298699397 Change-Id: Idec6b412c14705112073a0254cbcbdcee4488828
This commit is contained in:
parent
e753ce724b
commit
77a6f3b983
@ -1129,6 +1129,9 @@ py_test(
|
||||
srcs = ["ragged_cross_op_test.py"],
|
||||
python_version = "PY3",
|
||||
srcs_version = "PY2AND3",
|
||||
tags = [
|
||||
"no_windows", # TODO(b/150702952): Reenable windows test once fixed.
|
||||
],
|
||||
deps = [
|
||||
":ragged_array_ops",
|
||||
"//tensorflow/python:constant_op",
|
||||
|
Loading…
x
Reference in New Issue
Block a user