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):
285285 assert response ["predictions_ignored" ] == 0
286286
287287
288+ @pytest .mark .skip (
289+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
290+ )
288291def test_non_existent_taxonomy_scene_category_pred_upload (
289292 scene_category_model_run ,
290293):
@@ -756,6 +759,9 @@ def test_default_category_pred_upload_async(model_run: ModelRun):
756759 assert status ["job_progress" ] == "1.00"
757760
758761
762+ @pytest .mark .skip (
763+ reason = "Triggers SFN failed warning - need to find better unhappy tests"
764+ )
759765@pytest .mark .integration
760766def test_non_existent_taxonomy_category_pred_upload_async (model_run : ModelRun ):
761767 prediction = CategoryPrediction .from_json (
You can’t perform that action at this time.
0 commit comments