mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
tests: fix upgrade canary test (#25706)
This commit is contained in:
parent
42e3a49cc7
commit
7533492a78
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
{
|
||||
"commandName": "./deno_copy",
|
||||
"args": "upgrade --canary",
|
||||
"args": "upgrade --canary --force",
|
||||
"output": "upgrade.out",
|
||||
"exitCode": 0,
|
||||
"flaky": true
|
||||
|
|
Loading…
Reference in a new issue