Skip to content

Commit f9eb5fd

Browse files
author
AWS
committed
AWS IoT TwinMaker Update: Remove incorrect endpoint tests
1 parent f29a09d commit f9eb5fd

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -221,17 +221,6 @@
221221
"UseDualStack": false
222222
}
223223
},
224-
{
225-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
226-
"expect": {
227-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
228-
},
229-
"params": {
230-
"Region": "us-iso-east-1",
231-
"UseFIPS": true,
232-
"UseDualStack": true
233-
}
234-
},
235224
{
236225
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
237226
"expect": {
@@ -245,17 +234,6 @@
245234
"UseDualStack": false
246235
}
247236
},
248-
{
249-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
250-
"expect": {
251-
"error": "DualStack is enabled but this partition does not support DualStack"
252-
},
253-
"params": {
254-
"Region": "us-iso-east-1",
255-
"UseFIPS": false,
256-
"UseDualStack": true
257-
}
258-
},
259237
{
260238
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
261239
"expect": {
@@ -269,17 +247,6 @@
269247
"UseDualStack": false
270248
}
271249
},
272-
{
273-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
274-
"expect": {
275-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
276-
},
277-
"params": {
278-
"Region": "us-isob-east-1",
279-
"UseFIPS": true,
280-
"UseDualStack": true
281-
}
282-
},
283250
{
284251
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
285252
"expect": {
@@ -293,17 +260,6 @@
293260
"UseDualStack": false
294261
}
295262
},
296-
{
297-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
298-
"expect": {
299-
"error": "DualStack is enabled but this partition does not support DualStack"
300-
},
301-
"params": {
302-
"Region": "us-isob-east-1",
303-
"UseFIPS": false,
304-
"UseDualStack": true
305-
}
306-
},
307263
{
308264
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
309265
"expect": {

0 commit comments

Comments
 (0)