Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

disable flaky GPU test for TensorFlow 2.6.0 #15824

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ exts_list = [
'-//tensorflow/c/eager:c_api_cluster_test_gpu',
'-//tensorflow/c/eager:c_api_remote_function_test_gpu',
'-//tensorflow/c/eager:c_api_remote_test_gpu',
# Flaky, potentially using to much device space
'-//tensorflow/c/experimental/gradients:custom_gradient_test_gpu',
# Fails to open its own test.xml(?)
'-//tensorflow/core/common_runtime:collective_param_resolver_local_test',
# Fails on non-AVX-512 systems: https://github.com/tensorflow/tensorflow/issues/46532
Expand Down