File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -318,9 +318,9 @@ func TestNormalizeEngineVersion(t *testing.T) {
318
318
}
319
319
320
320
const (
321
- testAccBrokerVersionNewer = "5.17.6" // before changing, check b/c must be valid on GovCloud
322
- testAccBrokerVersionOlder = "5.16.7" // before changing, check b/c must be valid on GovCloud
323
- testAccRabbitVersion = "3.11.20" // before changing, check b/c must be valid on GovCloud
321
+ testAccBrokerVersionNewer = "5.17.6" // before changing, check b/c must be valid on GovCloud
322
+ // testAccBrokerVersionOlder = "5.16.7" // before changing, check b/c must be valid on GovCloud
323
+ testAccRabbitVersion = "3.11.20" // before changing, check b/c must be valid on GovCloud
324
324
325
325
testAccActiveVersionNormalized5_18 = "5.18"
326
326
testAccRabbitVersionNormalized3_13 = "3.13"
@@ -1119,6 +1119,7 @@ func TestAccMQBroker_Update_securityGroup(t *testing.T) {
1119
1119
})
1120
1120
}
1121
1121
1122
+ /*
1122
1123
func TestAccMQBroker_Update_engineVersion(t *testing.T) {
1123
1124
ctx := acctest.Context(t)
1124
1125
if testing.Short() {
@@ -1162,6 +1163,7 @@ func TestAccMQBroker_Update_engineVersion(t *testing.T) {
1162
1163
},
1163
1164
})
1164
1165
}
1166
+ */
1165
1167
1166
1168
func TestAccMQBroker_Update_hostInstanceType (t * testing.T ) {
1167
1169
ctx := acctest .Context (t )
You can’t perform that action at this time.
0 commit comments