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