Skip to content

Commit

Permalink
Disable flaky SequenceExecutorTests.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 633319833
  • Loading branch information
michaelreneer authored and tensorflow-copybara committed May 13, 2024
1 parent ba1d476 commit 796738a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tensorflow_federated/cc/core/impl/executors/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,9 @@ cc_test(
timeout = "short",
srcs = ["sequence_executor_test.cc"],
flaky = True,
tags = [
"nokokoro", # TODO: b/340292788 - Temporarily disable flaky test.
],
deps = [
":executor",
":executor_test_base",
Expand Down

0 comments on commit 796738a

Please sign in to comment.