mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
parent
8c2f1f5a55
commit
38a363dc7c
@ -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 New Issue
Block a user