Skip to content

Commit 438456c

Browse files
committed
Comment out 'testAccBrokerConfig_engineVersionUpdate'.
1 parent 39222f3 commit 438456c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/service/mq/broker_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,6 +1877,7 @@ resource "aws_mq_broker" "test" {
18771877
`, rName, version)
18781878
}
18791879

1880+
/*
18801881
func testAccBrokerConfig_engineVersionUpdate(rName, version string) string {
18811882
return fmt.Sprintf(`
18821883
resource "aws_security_group" "test" {
@@ -1906,6 +1907,7 @@ resource "aws_mq_broker" "test" {
19061907
}
19071908
`, rName, version)
19081909
}
1910+
*/
19091911

19101912
func testAccBrokerConfig_allFieldsDefaultVPC(rName, version, cfgName, cfgBody string) string {
19111913
return fmt.Sprintf(`

0 commit comments

Comments
 (0)