Skip to content

Commit b1f157f

Browse files
Amit Patankargunan
authored andcommitted
Disable flaky model_analyzer_test on windows. (tensorflow#16089)
PiperOrigin-RevId: 180599588
1 parent f947261 commit b1f157f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tensorflow/contrib/cmake/tf_tests.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ if (tensorflow_BUILD_PYTHON_TESTS)
190190
"${tensorflow_source_dir}/tensorflow/python/profiler/pprof_profiler_test.py"
191191
# flaky test
192192
"${tensorflow_source_dir}/tensorflow/python/profiler/internal/run_metadata_test.py"
193+
"${tensorflow_source_dir}/tensorflow/python/profiler/model_analyzer_test.py"
193194
# Fails because uses data dependencies with bazel
194195
"${tensorflow_source_dir}/tensorflow/python/saved_model/saved_model_test.py"
195196
# requires scipy

0 commit comments

Comments
 (0)