mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
parent
8c2f1f5a55
commit
38a363dc7c
1 changed files with 2 additions and 1 deletions
|
@ -194,7 +194,7 @@ fn upgrade_invalid_canary_version() {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[flaky_test::flaky_test]
|
||||
fn upgrade_invalid_lockfile() {
|
||||
let context = upgrade_context();
|
||||
let temp_dir = context.temp_dir();
|
||||
|
@ -213,6 +213,7 @@ fn upgrade_invalid_lockfile() {
|
|||
.arg("upgrade")
|
||||
.arg("--version")
|
||||
.arg("foobar")
|
||||
.arg("--dry-run")
|
||||
.stderr(Stdio::piped())
|
||||
.spawn()
|
||||
.unwrap()
|
||||
|
|
Loading…
Reference in a new issue