Commit f8567ab
fix(ci): exclude flaky performance tests from CI
Performance tests use timing-sensitive assertions (e.g., for-each must
complete within 1.5x of static parallel) that fail intermittently on
shared CI runners. The test file is already marked with
@pytest.mark.performance — just add it to the CI exclusion filter
alongside real_api tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9f96cf6 commit f8567ab
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
| 118 | + | |
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
| |||
0 commit comments