From f83416fc9e33826120c67ce7b9338056f8c6d65d Mon Sep 17 00:00:00 2001 From: guineveresaenger Date: Wed, 11 Sep 2024 10:28:46 -0700 Subject: [PATCH] link issue to rerecord test --- provider/provider_yaml_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/provider/provider_yaml_test.go b/provider/provider_yaml_test.go index 1d3df5af43..7b8cae51f4 100644 --- a/provider/provider_yaml_test.go +++ b/provider/provider_yaml_test.go @@ -201,8 +201,8 @@ func TestAutoExtractedProgramsUpgrade(t *testing.T) { {"cloudrunv2-job-6"}, {"cloudrunv2-service-4"}, {"cloudrunv2-service-5"}, - // TODO: This upgrade will no longer be possible, as it touches multiple new changes. Must be re-recorded. - // Skipping for now. + //TODO: This upgrade represents a breaking change v7->v8. + // Must be re-recorded on new baseline: https://github.com/pulumi/pulumi-gcp/issues/2378 //{"cloudrunv2-service-7"}, {"compute-disk-1"}, {"compute-disk-3"},