From d0e761f8d55703688c8e6dc4bbc131f678c8daa1 Mon Sep 17 00:00:00 2001 From: Gunhan Gulsoy Date: Fri, 2 Jun 2017 14:49:52 -0700 Subject: [PATCH] Disable another test that uses matrix_set_diag on windows. --- tensorflow/contrib/cmake/tf_tests.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/contrib/cmake/tf_tests.cmake b/tensorflow/contrib/cmake/tf_tests.cmake index 2f8f0cba76b..482a6f62c42 100644 --- a/tensorflow/contrib/cmake/tf_tests.cmake +++ b/tensorflow/contrib/cmake/tf_tests.cmake @@ -184,6 +184,7 @@ if (tensorflow_BUILD_PYTHON_TESTS) "${tensorflow_source_dir}/tensorflow/python/kernel_tests/clip_ops_test.py" "${tensorflow_source_dir}/tensorflow/python/kernel_tests/tensor_array_ops_test.py" # Needs portpicker. # Matrix_set_diag failing on GPU on windows. + "${tensorflow_source_dir}/tensorflow/python/kernel_tests/cholesky_op_test.py" "${tensorflow_source_dir}/tensorflow/python/kernel_tests/diag_op_test.py" "${tensorflow_source_dir}/tensorflow/python/kernel_tests/linalg_ops_test.py" # misc