mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-10 21:49:00 +08:00
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:
parent
35e36cb945
commit
ef0c4b134d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user