Skip to content

Commit ecaa6e1

Browse files
Skip hanging KeepPartitionedNonSlicedDimensionWithConstantIndices test.
PiperOrigin-RevId: 837541153
1 parent 6eda790 commit ecaa6e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

third_party/xla/xla/tests/collective_ops_e2e_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,9 +1536,10 @@ TEST_F(CollectiveOpsTestE2EShardedUnsharded,
15361536
/*enable_enzyme_comms_opt=*/false);
15371537
}
15381538

1539-
// TODO(463571743): Reduce the shapes to make test-case faster.
15401539
TEST_F(CollectiveOpsTestE2EShardedUnsharded,
15411540
KeepPartitionedNonSlicedDimensionWithConstantIndices) {
1541+
// TODO(464253894): Re-enable this test once hang is fixed.
1542+
GTEST_SKIP() << "Skipping hanging test";
15421543
const std::string hlo_text = R"(
15431544
HloModule module, entry_computation_layout={(bf16[16,192,192,384]{3,2,1,0}, bf16[16,128,128,384]{3,2,1,0})->bf16[16,224,224,384]{3,2,1,0}}, num_partitions=8
15441545

0 commit comments

Comments
 (0)