Skip to content

Commit 8e60236

Browse files
JackCaoGwill-cromar
authored andcommitted
skip flaky test (#5459)
1 parent 89a27e6 commit 8e60236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/spmd/test_dynamo_spmd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ def test_dynamo_spmd_basic(self):
5252
# TODO(JackCaoG): add counter checks after ExecuteReplicated also creates
5353
# a ExecuteMetric.
5454

55+
@unittest.skip(
56+
"test is flaky, UncachedOutputSharding sometime doesn't show up. most likely a waitdeviceop issue"
57+
)
5558
def test_dynamo_spmd_output_sharding_cache(self):
5659
met.clear_all()
5760
device = xm.xla_device()

0 commit comments

Comments
 (0)