Skip to content

Commit

Permalink
Merge pull request #15824 from Flamefire/20220707132259_new_pr_Tensor…
Browse files Browse the repository at this point in the history
…Flow260

disable flaky GPU test for TensorFlow 2.6.0
  • Loading branch information
boegel authored Jul 7, 2022
2 parents e807c3f + e7217f3 commit e3f650a
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit e3f650a

Please sign in to comment.