Skip to content

Commit f6c5891

Browse files
author
AWS
committed
AWS Outposts Update: Remove incorrect endpoint tests
1 parent f8ec34c commit f6c5891

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -507,17 +507,6 @@
507507
"UseDualStack": false
508508
}
509509
},
510-
{
511-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
512-
"expect": {
513-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
514-
},
515-
"params": {
516-
"Region": "us-iso-east-1",
517-
"UseFIPS": true,
518-
"UseDualStack": true
519-
}
520-
},
521510
{
522511
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
523512
"expect": {
@@ -531,28 +520,6 @@
531520
"UseDualStack": false
532521
}
533522
},
534-
{
535-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
536-
"expect": {
537-
"error": "DualStack is enabled but this partition does not support DualStack"
538-
},
539-
"params": {
540-
"Region": "us-iso-east-1",
541-
"UseFIPS": false,
542-
"UseDualStack": true
543-
}
544-
},
545-
{
546-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
547-
"expect": {
548-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
549-
},
550-
"params": {
551-
"Region": "us-isob-east-1",
552-
"UseFIPS": true,
553-
"UseDualStack": true
554-
}
555-
},
556523
{
557524
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
558525
"expect": {
@@ -566,17 +533,6 @@
566533
"UseDualStack": false
567534
}
568535
},
569-
{
570-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
571-
"expect": {
572-
"error": "DualStack is enabled but this partition does not support DualStack"
573-
},
574-
"params": {
575-
"Region": "us-isob-east-1",
576-
"UseFIPS": false,
577-
"UseDualStack": true
578-
}
579-
},
580536
{
581537
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
582538
"expect": {

0 commit comments

Comments
 (0)