Disable failed test on Windows.

PiperOrigin-RevId: 298699397
Change-Id: Idec6b412c14705112073a0254cbcbdcee4488828
This commit is contained in:
Scott Zhu 2020-03-03 14:47:22 -08:00 committed by TensorFlower Gardener
parent e753ce724b
commit 77a6f3b983

View File

@ -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",