Skip to content

Commit

Permalink
disable flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
blaise-muhirwa committed Oct 11, 2023
1 parent 692ef1f commit c30e4b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/test_groundlight.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def test_submit_numpy_image(gl: Groundlight, detector: Detector):
assert is_valid_display_result(_image_query.result)


@pytest.mark.skipif(MISSING_PIL, reason="Needs pillow") # type: ignore
# @pytest.mark.skipif(MISSING_PIL, reason="Needs pillow") # type: ignore
@pytest.mark.skip
def test_detector_improvement(gl: Groundlight):
# test that we get confidence improvement after sending images in
# Pass two of each type of image in
Expand Down

0 comments on commit c30e4b9

Please sign in to comment.