Skip to content

Commit

Permalink
[XLA:GPU] Disable a flaky test
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 679037782
  • Loading branch information
dimitar-asenov authored and Google-ML-Automation committed Sep 26, 2024
1 parent f11d064 commit 69d0f6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xla/tests/collective_ops_e2e_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,10 @@ XLA_TEST_P(AsyncCollectiveOps, AsyncAllToAllWithSplitDim) {
}

TEST_F(CollectiveOpsTestE2E, AsyncAllToAllMemCpy) {
// TODO(b/369751308): Re-enable this test after the threading issues are
// fixed.
GTEST_SKIP() << "This test is flaky. See b/369751308";

const absl::string_view kModuleStr = R"(
HloModule test
ENTRY test_computation {
Expand Down

0 comments on commit 69d0f6d

Please sign in to comment.