File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -285,6 +285,9 @@ def test_scene_category_pred_upload(scene_category_model_run):
285
285
assert response ["predictions_ignored" ] == 0
286
286
287
287
288
+ @pytest .mark .skip (
289
+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
290
+ )
288
291
def test_non_existent_taxonomy_scene_category_pred_upload (
289
292
scene_category_model_run ,
290
293
):
@@ -756,6 +759,9 @@ def test_default_category_pred_upload_async(model_run: ModelRun):
756
759
assert status ["job_progress" ] == "1.00"
757
760
758
761
762
+ @pytest .mark .skip (
763
+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
764
+ )
759
765
@pytest .mark .integration
760
766
def test_non_existent_taxonomy_category_pred_upload_async (model_run : ModelRun ):
761
767
prediction = CategoryPrediction .from_json (
You can’t perform that action at this time.
0 commit comments