1
0
Fork 0
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:
David Sherret 2024-08-02 12:28:21 +02:00 committed by GitHub
parent d2b66e50fd
commit 2ca9940f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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