Skip to content

Commit

Permalink
Merge pull request tensorflow#18928 from tensorflow/release-patch-4-1
Browse files Browse the repository at this point in the history
Disable python/kernel_tests/sparse_reshape_op_test.py on cmake.
  • Loading branch information
yifeif authored Apr 27, 2018
2 parents 842e298 + 4dee7b5 commit 93bc2e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tensorflow/contrib/cmake/tf_tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ if (tensorflow_BUILD_PYTHON_TESTS)
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/variable_scope_test.py"
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/functional_ops_test.py"
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/py_func_test.py"
# Flaky on Windows cpu with py36 (b/73556968)
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/sparse_reshape_op_test.py"
# Windows file management related issues.
"${tensorflow_source_dir}/tensorflow/python/training/evaluation_test.py"
# training tests
Expand Down

0 comments on commit 93bc2e2

Please sign in to comment.