We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d52020 commit cf650e4Copy full SHA for cf650e4
1 file changed
tests/grain_data_processing_test.py
@@ -226,6 +226,10 @@ def setUp(self):
226
def test_batch_determinism(self):
227
super().test_batch_determinism()
228
229
+ @pytest.mark.skip(reason="Flaky test - see b/475255774.")
230
+ def test_for_loop_repeatable(self):
231
+ super().test_for_loop_repeatable()
232
+
233
234
class GrainArrayRecordBestFitPackingTest(GrainArrayRecordProcessingTest):
235
"""Test grain data processing with best_fit packing strategy."""
0 commit comments