1
0
Fork 0
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:
David Sherret 2024-08-12 17:04:00 -04:00 committed by GitHub
parent 085058cfff
commit d3ced2fe43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();