Disable a flaky test on mac py38

This commit is contained in:
Mihai Maruseac 2020-09-17 16:58:44 -07:00
parent 6a0eb6f25a
commit bbf2a5d4b7

View File

@ -727,6 +727,7 @@ cuda_py_test(
name = "matrix_solve_ls_op_test",
size = "medium",
srcs = ["matrix_solve_ls_op_test.py"],
tags = ["no_mac"],
deps = [
"//tensorflow/python:array_ops",
"//tensorflow/python:client_testlib",