From 37291d260aa66c3082486663de52f76ed4817911 Mon Sep 17 00:00:00 2001 From: Perry Randall Date: Thu, 16 Jan 2025 13:19:12 -1000 Subject: [PATCH] [devtools] Enable the framework upgrade test again Previously we disabled this because it was broken on PR Now that it is fixed on PR enable again to make sure it doesnt break! Test Plan: add label, should be triggered on PR --- devtools/aptos-cargo-cli/src/lib.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/devtools/aptos-cargo-cli/src/lib.rs b/devtools/aptos-cargo-cli/src/lib.rs index 0ec428e0a84834..7b91ceefe5e509 100644 --- a/devtools/aptos-cargo-cli/src/lib.rs +++ b/devtools/aptos-cargo-cli/src/lib.rs @@ -279,10 +279,6 @@ impl AptosCargoCommand { affected_package_paths, ); - // TODO: remove this! This is a temporary fix to disable - // the framework upgrade test while we debug the failures. - relevant_changes_detected = false; - // Output if relevant changes were detected that require the framework upgrade // test. This will be consumed by Github Actions and used to run the test. println!(