Skip to content

Commit c865136

Browse files
author
Tim Huff
committed
skipping test
1 parent 44f1732 commit c865136

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/unit/test_experimental.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def test_submit_multiple_rois(gl_experimental: ExperimentalApi, image_query_one:
9292
gl_experimental.add_label(image_query_one, 3, [roi] * 3)
9393

9494

95+
@pytest.mark.skip(reason="Text recognition detectors are not currently a first-class feature, and this test is flaky.")
9596
@retry_on_failure()
9697
def test_text_recognition_detector(gl_experimental: ExperimentalApi, detector_name: Callable):
9798
"""

0 commit comments

Comments
 (0)