diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-02 12:28:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-02 12:28:21 +0200 |
commit | 2ca9940f00a0159f2ca55521f7375b6d72e4be9b (patch) | |
tree | d447a1e6fb85e09c735f399430abf358ced56d97 /tests | |
parent | d2b66e50fd0ea154d25a26eef9d766225a79bce9 (diff) |
chore: mark upgrade_invalid_canary_version as flaky (#24833)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration/upgrade_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/upgrade_tests.rs b/tests/integration/upgrade_tests.rs index f543df68b..844401d4e 100644 --- a/tests/integration/upgrade_tests.rs +++ b/tests/integration/upgrade_tests.rs @@ -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(); |