Skip to content

Commit

Permalink
Disable another test that uses matrix_set_diag on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunan committed Jun 2, 2017
1 parent 8db8ad2 commit d0e761f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/contrib/cmake/tf_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0e761f

Please sign in to comment.