File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2729ignore :
2830 - " src/MaxText/assets"
2931 - " src/MaxText/configs"
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments