Commit 391e70c
committed
test(assert): drop jq from flaky custom-assertion test
The 'custom assertion with fail shows correct test name' test was the
only one of its three siblings to shell out to jq, and the only one that
flaked on the macOS CI runner (empty/mismatched captured output) while
the two pure-bash siblings never did. Route the failure through
bashunit::fail with a pure-bash json check so the test no longer depends
on an external binary.1 parent a8ad5fb commit 391e70c
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
7 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 15 | + | |
| 16 | + | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| |||
0 commit comments