Skip to content

Commit fd2831d

Browse files
author
AWS
committed
AWS Price List Service Update: Remove incorrect endpoint tests
1 parent 6799269 commit fd2831d

File tree

2 files changed

+6
-44
lines changed

2 files changed

+6
-44
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Price List Service",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

services/pricing/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,6 @@
169169
"UseDualStack": false
170170
}
171171
},
172-
{
173-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
174-
"expect": {
175-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
176-
},
177-
"params": {
178-
"Region": "us-iso-east-1",
179-
"UseFIPS": true,
180-
"UseDualStack": true
181-
}
182-
},
183172
{
184173
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
185174
"expect": {
@@ -193,17 +182,6 @@
193182
"UseDualStack": false
194183
}
195184
},
196-
{
197-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
198-
"expect": {
199-
"error": "DualStack is enabled but this partition does not support DualStack"
200-
},
201-
"params": {
202-
"Region": "us-iso-east-1",
203-
"UseFIPS": false,
204-
"UseDualStack": true
205-
}
206-
},
207185
{
208186
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
209187
"expect": {
@@ -217,17 +195,6 @@
217195
"UseDualStack": false
218196
}
219197
},
220-
{
221-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
222-
"expect": {
223-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
224-
},
225-
"params": {
226-
"Region": "us-isob-east-1",
227-
"UseFIPS": true,
228-
"UseDualStack": true
229-
}
230-
},
231198
{
232199
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
233200
"expect": {
@@ -241,17 +208,6 @@
241208
"UseDualStack": false
242209
}
243210
},
244-
{
245-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
246-
"expect": {
247-
"error": "DualStack is enabled but this partition does not support DualStack"
248-
},
249-
"params": {
250-
"Region": "us-isob-east-1",
251-
"UseFIPS": false,
252-
"UseDualStack": true
253-
}
254-
},
255211
{
256212
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
257213
"expect": {

0 commit comments

Comments
 (0)