Skip to content

Commit a5de656

Browse files
authored
skip test_OCR tests (#536)
1 parent f947a06 commit a5de656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/advanced_tests/standard_test/test_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def test_engine_infer_server_tts(self):
251251
r = engine.run(gid, "这张图片描述的是什么?")
252252
assert '.wav' in r
253253

254-
@pytest.skip(reason='environment not ready')
254+
@pytest.mark.skip(reason='environment not ready')
255255
def test_OCR(self):
256256
nodes = [dict(id='1', kind='OCR', name='m1', args=dict(model="PP-OCRv5_mobile"))]
257257
edges = [dict(iid='__start__', oid='1'), dict(iid='1', oid='__end__')]

0 commit comments

Comments
 (0)