Skip to content

Commit 74f23a7

Browse files
committed
Mark more tests as known failures
Signed-off-by: Dmitry Rogozhkin <[email protected]>
1 parent 9072528 commit 74f23a7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/scripts/check-transformers.py

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,17 @@
5656
# https://github.com/huggingface/transformers/commit/6f5dc9c82efd347bcc1941da64739d269e741771
5757
'test_cache_dependant_input_preparation_exporting': {},
5858
},
59+
'tests.models.beit.test_image_processing_beit.BeitImageProcessingTest': {
60+
'test_call_segmentation_maps': { 'cuda': 'failed' },
61+
'test_reduce_labels': { 'cuda': 'failed' },
62+
},
5963
'tests.models.detr.test_image_processing_detr.DetrImageProcessingTest': {
6064
'test_fast_is_faster_than_slow': { 'flaky': True },
6165
},
66+
'tests.models.dpt.test_image_processing_dpt.DPTImageProcessingTest': {
67+
'test_call_segmentation_maps': { 'cuda': 'failed' },
68+
'test_reduce_labels': { 'cuda': 'failed' },
69+
},
6270
'tests.models.dpt.test_modeling_dpt_auto_backbone.DPTModelTest': {
6371
'test_batching_equivalence': { 'flaky': True, 'cuda': 'passed' },
6472
},
@@ -96,6 +104,9 @@
96104
'tests.models.mllama.test_modeling_mllama.MllamaForConditionalGenerationModelTest': {
97105
'test_resize_embeddings_results_in_successful_loss': {},
98106
},
107+
'tests.models.mobilevit.test_image_processing_mobilevit.MobileViTImageProcessingTest': {
108+
'test_call_segmentation_maps': { 'cuda': 'failed' },
109+
},
99110
'tests.models.pix2struct.test_modeling_pix2struct.Pix2StructModelTest': {
100111
'test_new_cache_format_0': { 'cuda': 'passed' },
101112
'test_new_cache_format_1': { 'cuda': 'passed' },
@@ -119,6 +130,10 @@
119130
'tests.models.rt_detr.test_image_processing_rt_detr.RtDetrImageProcessingTest': {
120131
'test_fast_is_faster_than_slow': { 'flaky': True },
121132
},
133+
'tests.models.segformer.test_image_processing_segformer.SegformerImageProcessingTest': {
134+
'test_call_segmentation_maps': { 'cuda': 'failed' },
135+
'test_reduce_labels': { 'cuda': 'failed' },
136+
},
122137
'tests.models.speecht5.test_modeling_speecht5.SpeechT5ForTextToSpeechIntegrationTests': {
123138
'test_batch_generation': { 'cuda': 'passed' },
124139
},

0 commit comments

Comments
 (0)