Skip to content

Commit e61f6fa

Browse files
Merge pull request #2877 from AI-Hypercomputer:flaky2
PiperOrigin-RevId: 848221566
2 parents 948d302 + 84be2ee commit e61f6fa

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
# During PRs, the 'scheduled' flag is carried forward from the last full run on 'main' to keep the score stable.
2525

2626
# Exclude non-source code, deprecated and experimental folders from coverage tracking
27+
codecov:
28+
token: 35742a22-fb1f-4839-97ff-b54da5588689
2729
ignore:
2830
- "src/MaxText/assets"
2931
- "src/MaxText/configs"

tests/decode_tests.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ def test_gpu_pdb_lt_1(self):
136136

137137
@pytest.mark.tpu_only
138138
@pytest.mark.scheduled_only
139+
@pytest.mark.skip(reason="Flaky test. Disabled in b/470982884")
139140
def test_decode_greedy_sampling(self):
140141
config = DecodeTests.CONFIGS["decode_sampling"] + DecodeTests.SAMPLING_STRATEGY_CONFIG["greedy"]
141142
captured_out = run_decoding(config)
@@ -160,6 +161,7 @@ def test_decode_nucleus_sampling(self):
160161

161162
@pytest.mark.tpu_only
162163
@pytest.mark.scheduled_only
164+
@pytest.mark.skip(reason="Flaky test. Disabled in b/470982884")
163165
def test_decode_topk_sampling(self):
164166
config = DecodeTests.CONFIGS["decode_sampling"] + DecodeTests.SAMPLING_STRATEGY_CONFIG["topk"]
165167
captured_out = run_decoding(config)

0 commit comments

Comments
 (0)