Skip to content

Commit 100ec6c

Browse files
authored
Forgot some failure test - marking as skipped for now (#361)
1 parent 8623852 commit 100ec6c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/test_prediction.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
)
288291
def 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
760766
def test_non_existent_taxonomy_category_pred_upload_async(model_run: ModelRun):
761767
prediction = CategoryPrediction.from_json(

0 commit comments

Comments
 (0)