mirror of
https://git.mirrors.martin98.com/https://github.com/infiniflow/ragflow.git
synced 2025-08-15 14:55:54 +08:00
### What problem does this PR solve? update test cases per PR #5748 #5878 issue #5709 ### Type of change - [x] update test cases
This commit is contained in:
parent
90d18143ba
commit
715e2b48ca
@ -101,9 +101,7 @@ class TestAdvancedConfigurations:
|
|||||||
[
|
[
|
||||||
("me", "me", 0),
|
("me", "me", 0),
|
||||||
("team", "team", 0),
|
("team", "team", 0),
|
||||||
pytest.param(
|
("empty_permission", "", 0),
|
||||||
"empty_permission", "", 0, marks=pytest.mark.xfail(reason="issue#5709")
|
|
||||||
),
|
|
||||||
("me_upercase", "ME", 102),
|
("me_upercase", "ME", 102),
|
||||||
("team_upercase", "TEAM", 102),
|
("team_upercase", "TEAM", 102),
|
||||||
("other_permission", "other_permission", 102),
|
("other_permission", "other_permission", 102),
|
||||||
@ -134,12 +132,7 @@ class TestAdvancedConfigurations:
|
|||||||
("picknowledge_graphture", "knowledge_graph", 0),
|
("picknowledge_graphture", "knowledge_graph", 0),
|
||||||
("email", "email", 0),
|
("email", "email", 0),
|
||||||
("tag", "tag", 0),
|
("tag", "tag", 0),
|
||||||
pytest.param(
|
("empty_chunk_method", "", 0),
|
||||||
"empty_chunk_method",
|
|
||||||
"",
|
|
||||||
0,
|
|
||||||
marks=pytest.mark.xfail(reason="issue#5709"),
|
|
||||||
),
|
|
||||||
("other_chunk_method", "other_chunk_method", 102),
|
("other_chunk_method", "other_chunk_method", 102),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user