Commit ad76705
committed
Skip TestDeployManifest in short mode to avoid timeout
The deploy test suite now takes 14m 25s, leaving only 35s before the
15-minute timeout. TestDeployManifest was running when the timeout hit.
Skipping this test in short mode saves ~50-60s and ensures the suite
completes comfortably within the limit.
The test validates --export-manifest and --from-manifest functionality,
which is less critical than BuildKit deployment testing (already
extensively covered by 13 other tests).
Test will still run on master branch (non-short mode).1 parent 451c3ea commit ad76705
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
400 | 404 | | |
401 | 405 | | |
402 | 406 | | |
| |||
0 commit comments