@@ -34,12 +34,6 @@ func TestAccDSQLCluster_basic(t *testing.T) {
34
34
resource .ParallelTest (t , resource.TestCase {
35
35
PreCheck : func () {
36
36
acctest .PreCheck (ctx , t )
37
- // Because dsql is in preview, we need to skip the PreCheckPartitionHasService
38
- // acctest.PreCheckPartitionHasService(t, names.DSQLEndpointID)
39
- // PreCheck for the region configuration as long as DSQL is in preview
40
- acctest .PreCheckRegion (t , "us-east-1" , "us-east-2" ) //lintignore:AWSAT003
41
- acctest .PreCheckAlternateRegion (t , "us-east-2" , "us-east-1" ) //lintignore:AWSAT003
42
- acctest .PreCheckThirdRegion (t , "us-west-2" ) //lintignore:AWSAT003
43
37
testAccPreCheck (ctx , t )
44
38
},
45
39
ErrorCheck : acctest .ErrorCheck (t , names .DSQLServiceID ),
@@ -89,12 +83,6 @@ func TestAccDSQLCluster_disappears(t *testing.T) {
89
83
resource .ParallelTest (t , resource.TestCase {
90
84
PreCheck : func () {
91
85
acctest .PreCheck (ctx , t )
92
- // Because dsql is in preview, we need to skip the PreCheckPartitionHasService
93
- // acctest.PreCheckPartitionHasService(t, names.DSQLEndpointID)
94
- // PreCheck for the region configuration as long as DSQL is in preview
95
- acctest .PreCheckRegion (t , "us-east-1" , "us-east-2" ) //lintignore:AWSAT003
96
- acctest .PreCheckAlternateRegion (t , "us-east-2" , "us-east-1" ) //lintignore:AWSAT003
97
- acctest .PreCheckThirdRegion (t , "us-west-2" ) //lintignore:AWSAT003
98
86
testAccPreCheck (ctx , t )
99
87
},
100
88
ErrorCheck : acctest .ErrorCheck (t , names .DSQLServiceID ),
@@ -121,12 +109,6 @@ func TestAccDSQLCluster_deletionProtection(t *testing.T) {
121
109
resource .ParallelTest (t , resource.TestCase {
122
110
PreCheck : func () {
123
111
acctest .PreCheck (ctx , t )
124
- // Because dsql is in preview, we need to skip the PreCheckPartitionHasService
125
- // acctest.PreCheckPartitionHasService(t, names.DSQLEndpointID)
126
- // PreCheck for the region configuration as long as DSQL is in preview
127
- acctest .PreCheckRegion (t , "us-east-1" , "us-east-2" ) //lintignore:AWSAT003
128
- acctest .PreCheckAlternateRegion (t , "us-east-2" , "us-east-1" ) //lintignore:AWSAT003
129
- acctest .PreCheckThirdRegion (t , "us-west-2" ) //lintignore:AWSAT003
130
112
testAccPreCheck (ctx , t )
131
113
},
132
114
ErrorCheck : acctest .ErrorCheck (t , names .DSQLServiceID ),
@@ -181,12 +163,6 @@ func TestAccDSQLCluster_encryption(t *testing.T) {
181
163
resource .ParallelTest (t , resource.TestCase {
182
164
PreCheck : func () {
183
165
acctest .PreCheck (ctx , t )
184
- // Because dsql is in preview, we need to skip the PreCheckPartitionHasService
185
- // acctest.PreCheckPartitionHasService(t, names.DSQLEndpointID)
186
- // PreCheck for the region configuration as long as DSQL is in preview
187
- acctest .PreCheckRegion (t , "us-east-1" , "us-east-2" ) //lintignore:AWSAT003
188
- acctest .PreCheckAlternateRegion (t , "us-east-2" , "us-east-1" ) //lintignore:AWSAT003
189
- acctest .PreCheckThirdRegion (t , "us-west-2" ) //lintignore:AWSAT003
190
166
testAccPreCheck (ctx , t )
191
167
},
192
168
ErrorCheck : acctest .ErrorCheck (t , names .DSQLServiceID ),
0 commit comments