Skip to content

Commit 85f8513

Browse files
Update sdk_test.py
1 parent 6fa81e9 commit 85f8513

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/tests/sdk_test.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ def test_date_time(td: TestData):
103103

104104

105105
@pytest.mark.ai
106-
@pytest.mark.pipeline
107106
def test_ai_bcr_parse_storage(td: TestData):
108107
file_name = str(uuid.uuid4()) + ".png"
109108
image_file = os.path.join(os.path.dirname(__file__), '..', 'data', 'test_single_0001.png')
@@ -139,7 +138,6 @@ def test_ai_bcr_parse_storage(td: TestData):
139138

140139

141140
@pytest.mark.ai
142-
@pytest.mark.pipeline
143141
def test_ai_bcr_parse(td: TestData):
144142
image_file = os.path.join(os.path.dirname(__file__), '..', 'data', 'test_single_0001.png')
145143
with open(image_file, 'rb') as f:
@@ -299,7 +297,6 @@ def test_contact_model(td: TestData):
299297

300298

301299
@pytest.mark.ai
302-
@pytest.mark.pipeline
303300
def test_ai_bcr_parse_model(td: TestData):
304301
image_file = os.path.join(os.path.dirname(__file__), '..', 'data', 'test_single_0001.png')
305302
with open(image_file, 'rb') as f:

0 commit comments

Comments
 (0)