Merge pull request #43321 from tensorflow/mm-disable-flaky-test
Disable a flaky test on mac py38
This commit is contained in:
commit
0ea0e6d434
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user