Test: skip unstable test cases (#7578)

### What problem does this PR solve?

Skip unstable test cases to ensure daily testing stability

### Type of change

- [x] Update test cases
This commit is contained in:
liu an 2025-05-12 09:49:14 +08:00 committed by GitHub
parent 35e36cb945
commit ef0c4b134d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,7 @@ class TestDocumentsParseStop:
assert f"Duplicate document ids: {document_ids[0]}" in res["data"]["errors"]
@pytest.mark.p3
@pytest.mark.skip(reason="unstable")
def test_stop_parse_100_files(get_http_api_auth, add_dataset_func, tmp_path):
document_num = 100
dataset_id = add_dataset_func
@ -180,7 +180,7 @@ def test_stop_parse_100_files(get_http_api_auth, add_dataset_func, tmp_path):
validate_document_parse_cancel(get_http_api_auth, dataset_id, document_ids)
@pytest.mark.p3
@pytest.mark.skip(reason="unstable")
def test_concurrent_parse(get_http_api_auth, add_dataset_func, tmp_path):
document_num = 50
dataset_id = add_dataset_func