Skip to content

Commit b989818

Browse files
author
AWS
committed
Braket Update: Remove incorrect endpoint tests
1 parent d2a3d08 commit b989818

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": "Braket",
4+
"contributor": "",
5+
"description": "Remove incorrect endpoint tests"
6+
}

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -195,17 +195,6 @@
195195
"UseDualStack": false
196196
}
197197
},
198-
{
199-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
200-
"expect": {
201-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
202-
},
203-
"params": {
204-
"Region": "us-iso-east-1",
205-
"UseFIPS": true,
206-
"UseDualStack": true
207-
}
208-
},
209198
{
210199
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
211200
"expect": {
@@ -219,17 +208,6 @@
219208
"UseDualStack": false
220209
}
221210
},
222-
{
223-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
224-
"expect": {
225-
"error": "DualStack is enabled but this partition does not support DualStack"
226-
},
227-
"params": {
228-
"Region": "us-iso-east-1",
229-
"UseFIPS": false,
230-
"UseDualStack": true
231-
}
232-
},
233211
{
234212
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
235213
"expect": {
@@ -243,17 +221,6 @@
243221
"UseDualStack": false
244222
}
245223
},
246-
{
247-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
248-
"expect": {
249-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
250-
},
251-
"params": {
252-
"Region": "us-isob-east-1",
253-
"UseFIPS": true,
254-
"UseDualStack": true
255-
}
256-
},
257224
{
258225
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
259226
"expect": {
@@ -267,17 +234,6 @@
267234
"UseDualStack": false
268235
}
269236
},
270-
{
271-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
272-
"expect": {
273-
"error": "DualStack is enabled but this partition does not support DualStack"
274-
},
275-
"params": {
276-
"Region": "us-isob-east-1",
277-
"UseFIPS": false,
278-
"UseDualStack": true
279-
}
280-
},
281237
{
282238
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
283239
"expect": {

0 commit comments

Comments
 (0)