Skip to content

Commit 6c344ff

Browse files
Merge pull request GoogleCloudPlatform#4706 from maqiuyujoyce/202506-small-fix
Clarify the reason to exclude bigquerytable-ignore-schema-changes from re-reconciliation
2 parents 9f57765 + 5c75ecd commit 6c344ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/e2e/ratcheting.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ func ShouldTestRereconiliation(t *testing.T, testName string, primaryResource *u
103103
case schema.GroupKind{Group: "bigqueryreservation.cnrm.cloud.google.com", Kind: "BigQueryReservationReservation"}:
104104
case schema.GroupKind{Group: "bigquery.cnrm.cloud.google.com", Kind: "BigQueryRoutine"}:
105105
case schema.GroupKind{Group: "bigquery.cnrm.cloud.google.com", Kind: "BigQueryTable"}:
106+
// bigquerytable-ignore-schema-changes test will trigger an unexpected
107+
// update in re-reconciliation. As we are migrating BigQueryTable
108+
// to direct, we'll focus on make the re-reconciliation behavior right
109+
// for the direct resource instead of fixing this test.
106110
if testName == "bigquerytable-ignore-schema-changes" {
107111
return false
108112
} else {

0 commit comments

Comments
 (0)