Skip to content

Commit 39222f3

Browse files
committed
Comment out 'TestAccMQBroker_Update_engineVersion' as ActiveMQ v5.16.7 is no longer supported.
1 parent 2f03399 commit 39222f3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

internal/service/mq/broker_test.go

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ func TestNormalizeEngineVersion(t *testing.T) {
318318
}
319319

320320
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
324324

325325
testAccActiveVersionNormalized5_18 = "5.18"
326326
testAccRabbitVersionNormalized3_13 = "3.13"
@@ -1119,6 +1119,7 @@ func TestAccMQBroker_Update_securityGroup(t *testing.T) {
11191119
})
11201120
}
11211121

1122+
/*
11221123
func TestAccMQBroker_Update_engineVersion(t *testing.T) {
11231124
ctx := acctest.Context(t)
11241125
if testing.Short() {
@@ -1162,6 +1163,7 @@ func TestAccMQBroker_Update_engineVersion(t *testing.T) {
11621163
},
11631164
})
11641165
}
1166+
*/
11651167

11661168
func TestAccMQBroker_Update_hostInstanceType(t *testing.T) {
11671169
ctx := acctest.Context(t)

0 commit comments

Comments
 (0)