File tree 1 file changed +0
-4
lines changed
pkg/test/resourcefixture/contexts
1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -196,17 +196,13 @@ func init() {
196
196
}
197
197
198
198
resourceContextMap ["sqlinstance-denymaintenanceperiod" ] = ResourceContext {
199
- // TODO: Remove after switching to use direct controller.
200
- SkipNoChange : true ,
201
199
// SQL instances appear to need a bit of additional time before attempting to recreate
202
200
// with the exact same name. Otherwise, the GCP API returns "unknown error".
203
201
RecreateDelay : time .Second * 60 ,
204
202
ResourceKind : "SQLInstance" ,
205
203
}
206
204
207
205
resourceContextMap ["sqlinstance-denymaintenanceperiod-direct" ] = ResourceContext {
208
- // TODO: Remove after switching to use direct controller.
209
- SkipNoChange : true ,
210
206
// SQL instances appear to need a bit of additional time before attempting to recreate
211
207
// with the exact same name. Otherwise, the GCP API returns "unknown error".
212
208
RecreateDelay : time .Second * 60 ,
You can’t perform that action at this time.
0 commit comments