Skip to content

Commit 955e7ef

Browse files
author
AWS
committed
AWS Organizations Update: Remove incorrect endpoint tests
1 parent 3372a63 commit 955e7ef

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -333,17 +333,6 @@
333333
"UseDualStack": false
334334
}
335335
},
336-
{
337-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
338-
"expect": {
339-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
340-
},
341-
"params": {
342-
"Region": "us-iso-east-1",
343-
"UseFIPS": true,
344-
"UseDualStack": true
345-
}
346-
},
347336
{
348337
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
349338
"expect": {
@@ -357,17 +346,6 @@
357346
"UseDualStack": false
358347
}
359348
},
360-
{
361-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
362-
"expect": {
363-
"error": "DualStack is enabled but this partition does not support DualStack"
364-
},
365-
"params": {
366-
"Region": "us-iso-east-1",
367-
"UseFIPS": false,
368-
"UseDualStack": true
369-
}
370-
},
371349
{
372350
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
373351
"expect": {
@@ -412,17 +390,6 @@
412390
"UseDualStack": false
413391
}
414392
},
415-
{
416-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
417-
"expect": {
418-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
419-
},
420-
"params": {
421-
"Region": "us-isob-east-1",
422-
"UseFIPS": true,
423-
"UseDualStack": true
424-
}
425-
},
426393
{
427394
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
428395
"expect": {
@@ -436,17 +403,6 @@
436403
"UseDualStack": false
437404
}
438405
},
439-
{
440-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
441-
"expect": {
442-
"error": "DualStack is enabled but this partition does not support DualStack"
443-
},
444-
"params": {
445-
"Region": "us-isob-east-1",
446-
"UseFIPS": false,
447-
"UseDualStack": true
448-
}
449-
},
450406
{
451407
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
452408
"expect": {

0 commit comments

Comments
 (0)