mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
chore: mark upgrade_prompt as flaky (#25009)
This commit is contained in:
parent
085058cfff
commit
d3ced2fe43
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ fn upgrade_invalid_lockfile() {
|
|||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[flaky_test::flaky_test]
|
||||
fn upgrade_prompt() {
|
||||
let context = upgrade_context();
|
||||
let temp_dir = context.temp_dir();
|
||||
|
|
Loading…
Reference in a new issue