We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44f1732 commit c865136Copy full SHA for c865136
test/unit/test_experimental.py
@@ -92,6 +92,7 @@ def test_submit_multiple_rois(gl_experimental: ExperimentalApi, image_query_one:
92
gl_experimental.add_label(image_query_one, 3, [roi] * 3)
93
94
95
+@pytest.mark.skip(reason="Text recognition detectors are not currently a first-class feature, and this test is flaky.")
96
@retry_on_failure()
97
def test_text_recognition_detector(gl_experimental: ExperimentalApi, detector_name: Callable):
98
"""
0 commit comments