summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/upgrade_tests.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/integration/upgrade_tests.rs b/tests/integration/upgrade_tests.rs
index 54408907e..f543df68b 100644
--- a/tests/integration/upgrade_tests.rs
+++ b/tests/integration/upgrade_tests.rs
@@ -194,7 +194,7 @@ fn upgrade_invalid_canary_version() {
);
}
-#[test]
+#[flaky_test::flaky_test]
fn upgrade_invalid_lockfile() {
let context = upgrade_context();
let temp_dir = context.temp_dir();
@@ -213,6 +213,7 @@ fn upgrade_invalid_lockfile() {
.arg("upgrade")
.arg("--version")
.arg("foobar")
+ .arg("--dry-run")
.stderr(Stdio::piped())
.spawn()
.unwrap()