Disable compat test on Windows while fixing
PiperOrigin-RevId: 314434655 Change-Id: I7ff7bd6915046ff24b44fc2b319e73764396dabd
This commit is contained in:
parent
cfd10f8b35
commit
81e3084012
@ -39,6 +39,9 @@ tf_cc_test(
|
|||||||
"ops_history_v*/*.pbtxt",
|
"ops_history_v*/*.pbtxt",
|
||||||
"ops_history.v*.pbtxt",
|
"ops_history.v*.pbtxt",
|
||||||
]),
|
]),
|
||||||
|
tags = [
|
||||||
|
"no_windows", # TODO(b/150030420): Issues with the path separator
|
||||||
|
],
|
||||||
deps = [
|
deps = [
|
||||||
":op_compatibility_lib",
|
":op_compatibility_lib",
|
||||||
"//tensorflow/core:framework",
|
"//tensorflow/core:framework",
|
||||||
|
Loading…
Reference in New Issue
Block a user