Commit df68cd9
Backend test suite: Wire skip_patterns into pytest collection (#17982)
### Summary
TestFlow already has skip_patterns and should_skip_test(), but they were
dead code — never called from conftest.py. Add a
pytest_collection_modifyitems hook that applies pytest.mark.skip when a
flow's skip_patterns match the test name. This activates skip_patterns
for all flows (CoreML, Vulkan, etc.).
Co-authored-by: Claude <noreply@anthropic.com>1 parent da2223f commit df68cd9
1 file changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
12 | 27 | | |
13 | 28 | | |
14 | 29 | | |
| |||
0 commit comments