Skip to content

Commit

Permalink
Disable metadata migration test
Browse files Browse the repository at this point in the history
We're no longer modifying metadata, we can safely disable this test (which now fails because the defaults are changing between the versions).
  • Loading branch information
schneems committed Dec 16, 2024
1 parent 9a894bf commit d67f0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/ruby/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn test_migrating_metadata() {
// Remove the return and update the `buildpack-ruby` reference to the latest version.
#![allow(unreachable_code)]
// Test v4.0.2 compatible with v4.0.1
// return;
return;

let builder = "heroku/builder:24";
let app_dir = "tests/fixtures/default_ruby";
Expand Down

0 comments on commit d67f0f0

Please sign in to comment.