Commit 7e01599
committed
Skip performance tests on Windows 11 ARM64 CI
This is to investigate whether fixtures for other tests are failing
due to interaction with them, and it is hoped to be a temporary
measure. Temporary or not, this change affects only Windows ARM
jobs. Other ARM platforms, and non-ARM Windows, are unchanged.
This might remain in place over a longer term:
- If the problem is that the current Windows 11 ARM runner is not
fast enough to allow the tests to pass. Though adjusting expected
timings conditionally for Windows ARM64 might be a workaround.
- If including the performance tests, passing are not, makes the
runs take too long to do routinely. It looks like this may be the
case. It's probably better to test regularly on Windows ARM
without the performance tests, than to rarely test Windows ARM.1 parent 9297b06 commit 7e01599
1 file changed
+13
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
215 | 219 | | |
216 | 220 | | |
217 | 221 | | |
| |||
241 | 245 | | |
242 | 246 | | |
243 | 247 | | |
244 | | - | |
| 248 | + | |
245 | 249 | | |
246 | 250 | | |
247 | 251 | | |
248 | 252 | | |
249 | 253 | | |
250 | 254 | | |
251 | | - | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
252 | 262 | | |
253 | 263 | | |
254 | 264 | | |
| |||
276 | 286 | | |
277 | 287 | | |
278 | 288 | | |
279 | | - | |
| 289 | + | |
280 | 290 | | |
281 | 291 | | |
282 | 292 | | |
| |||
0 commit comments