Skip to content

Commit ed26ad2

Browse files
liufengdbtensorflower-gardener
authored andcommitted
Disable the node_expansion_test and graph_decompose_test on mac and windows
PiperOrigin-RevId: 336928162 Change-Id: Ib31b6bf1e6153098234d3093f4f5549ea4f4b838
1 parent d276dde commit ed26ad2

File tree

1 file changed

+8
-0
lines changed
  • tensorflow/compiler/mlir/tfr

1 file changed

+8
-0
lines changed

tensorflow/compiler/mlir/tfr/BUILD

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ tf_py_test(
231231
srcs = ["integration/graph_decompose_test.py"],
232232
data = ["//tensorflow/compiler/mlir/tfr/resources:decomposition_lib"],
233233
python_version = "PY3",
234+
tags = [
235+
"no_windows", # TODO(b/170752141)
236+
"nomac", # TODO(b/170752141)
237+
],
234238
deps = [
235239
"//tensorflow/compiler/mlir/tfr/resources:composite_ops",
236240
"//tensorflow/python/eager:def_function",
@@ -257,6 +261,10 @@ tf_py_test(
257261
srcs = ["integration/node_expansion_test.py"],
258262
data = ["//tensorflow/compiler/mlir/tfr/resources:decomposition_lib"],
259263
python_version = "PY3",
264+
tags = [
265+
"no_windows", # TODO(b/170752141)
266+
"nomac", # TODO(b/170752141)
267+
],
260268
deps = [
261269
"//tensorflow/compiler/mlir/tfr/resources:composite_ops",
262270
],

0 commit comments

Comments
 (0)