diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-08-12 17:04:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 23:04:00 +0200 |
commit | d3ced2fe43262dacca4ff0b38dd90ad91db26cd7 (patch) | |
tree | 8def00fabc1742ab48c404a20714ee257e48bd10 | |
parent | 085058cfffa03663839b946153faf58860aed9ef (diff) |
chore: mark upgrade_prompt as flaky (#25009)
-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 6af73f65f..d18e6412b 100644 --- a/tests/integration/upgrade_tests.rs +++ b/tests/integration/upgrade_tests.rs @@ -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(); |