File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -263,6 +263,9 @@ def test_default_category_gt_upload(dataset):
263
263
)
264
264
265
265
266
+ @pytest .mark .skip (
267
+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
268
+ )
266
269
def test_non_existent_taxonomy_category_gt_upload (dataset ):
267
270
annotation = CategoryAnnotation .from_json (
268
271
TEST_NONEXISTENT_TAXONOMY_CATEGORY_ANNOTATION [0 ]
@@ -331,6 +334,9 @@ def test_scene_category_gt_upload(scene_category_dataset):
331
334
assert response ["annotations_ignored" ] == 0
332
335
333
336
337
+ @pytest .mark .skip (
338
+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
339
+ )
334
340
def test_non_existent_taxonomy_scene_category_gt_upload (
335
341
scene_category_dataset ,
336
342
):
@@ -836,7 +842,9 @@ def test_default_category_gt_upload_async(dataset):
836
842
assert_partial_equality (expected , result )
837
843
838
844
839
- @pytest .mark .skip ("Need to adjust error message on taxonomy failure" )
845
+ @pytest .mark .skip (
846
+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
847
+ )
840
848
@pytest .mark .integration
841
849
def test_non_existent_taxonomy_category_gt_upload_async (dataset ):
842
850
annotation = CategoryAnnotation .from_json (
You can’t perform that action at this time.
0 commit comments