Commit 249b895
committed
Fix flaky CreatePlaceholderTests stderr comparison
Git's "Updating files" progress output on stderr is
timing-dependent, causing ErrorsShouldMatch to fail when one repo
emits progress and the other does not.
Set GIT_PROGRESS_DELAY=3600 on all test git invocations so
progress output is never emitted for commands completing under an
hour. This eliminates the flake at the source without skipping
error validation.
Assisted-by: Claude Opus 4.6
Signed-off-by: Tyrie Vella <tyrielv@gmail.com>1 parent 1e748bb commit 249b895
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| |||
0 commit comments