File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
tensorflow/compiler/mlir/tfr Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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 ],
You can’t perform that action at this time.
0 commit comments