Skip to content

Commit 4dee7b5

Browse files
authored
Update tf_tests.cmake
1 parent 905898a commit 4dee7b5

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)