Disable compat test on Windows while fixing

PiperOrigin-RevId: 314434655
Change-Id: I7ff7bd6915046ff24b44fc2b319e73764396dabd
This commit is contained in:
Mihai Maruseac 2020-06-02 17:14:32 -07:00 committed by TensorFlower Gardener
parent cfd10f8b35
commit 81e3084012

View File

@ -39,6 +39,9 @@ tf_cc_test(
"ops_history_v*/*.pbtxt",
"ops_history.v*.pbtxt",
]),
tags = [
"no_windows", # TODO(b/150030420): Issues with the path separator
],
deps = [
":op_compatibility_lib",
"//tensorflow/core:framework",