Skip to content

Commit 93bc2e2

Browse files
authored
Merge pull request tensorflow#18928 from tensorflow/release-patch-4-1
Disable python/kernel_tests/sparse_reshape_op_test.py on cmake.
2 parents 842e298 + 4dee7b5 commit 93bc2e2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tensorflow/contrib/cmake/tf_tests.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ if (tensorflow_BUILD_PYTHON_TESTS)
267267
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/variable_scope_test.py"
268268
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/functional_ops_test.py"
269269
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/py_func_test.py"
270+
# Flaky on Windows cpu with py36 (b/73556968)
271+
"${tensorflow_source_dir}/tensorflow/python/kernel_tests/sparse_reshape_op_test.py"
270272
# Windows file management related issues.
271273
"${tensorflow_source_dir}/tensorflow/python/training/evaluation_test.py"
272274
# training tests

0 commit comments

Comments
 (0)