Test: Configure test case priorities to reduce CI execution time (#7532)

### What problem does this PR solve?

Configure test case priorities to reduce CI execution time

### Type of change

- [x] Test cases update
This commit is contained in:
liu an
2025-05-08 19:22:52 +08:00
committed by GitHub
parent 1657755b5d
commit 0fbca63e9d
27 changed files with 300 additions and 143 deletions

View File

@ -24,4 +24,8 @@ test = [
[tool.pytest.ini_options]
markers = ["slow: marks tests as slow (deselect with '-m \"not slow\"')"]
markers = [
"p1: high priority test cases",
"p2: medium priority test cases",
"p3: low priority test cases",
]