Commit fb06f4e
committed
test(plot): pin standard backend in plot communication test
Now that the build installs Suggests (dependencies=TRUE), jgd is present
on CI runners. The plot test left r.plot.backend unset, so resolveBackend
returned 'auto', which prefers jgd when installed — the r.standardPlot
webview was never created and the spy timed out.
Pin r.plot.backend to 'standard' in the test's config stub so the test
exercises a deterministic backend regardless of which optional plot
packages are installed.1 parent 22196fe commit fb06f4e
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
121 | 126 | | |
122 | 127 | | |
123 | 128 | | |
| |||
0 commit comments