Merge pull request #43321 from tensorflow/mm-disable-flaky-test

Disable a flaky test on mac py38
This commit is contained in:
Mihai Maruseac 2020-09-17 16:59:51 -07:00 committed by GitHub
commit 0ea0e6d434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",