Skip to content

Commit abf1b24

Browse files
author
awstools
committed
feat(client-cleanrooms): Remove incorrect endpoint tests
1 parent ce80313 commit abf1b24

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

codegen/sdk-codegen/aws-models/cleanrooms.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -582,17 +582,6 @@
582582
"UseDualStack": false
583583
}
584584
},
585-
{
586-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
587-
"expect": {
588-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
589-
},
590-
"params": {
591-
"Region": "us-iso-east-1",
592-
"UseFIPS": true,
593-
"UseDualStack": true
594-
}
595-
},
596585
{
597586
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
598587
"expect": {
@@ -606,17 +595,6 @@
606595
"UseDualStack": false
607596
}
608597
},
609-
{
610-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
611-
"expect": {
612-
"error": "DualStack is enabled but this partition does not support DualStack"
613-
},
614-
"params": {
615-
"Region": "us-iso-east-1",
616-
"UseFIPS": false,
617-
"UseDualStack": true
618-
}
619-
},
620598
{
621599
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
622600
"expect": {
@@ -630,17 +608,6 @@
630608
"UseDualStack": false
631609
}
632610
},
633-
{
634-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
635-
"expect": {
636-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
637-
},
638-
"params": {
639-
"Region": "us-isob-east-1",
640-
"UseFIPS": true,
641-
"UseDualStack": true
642-
}
643-
},
644611
{
645612
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
646613
"expect": {
@@ -654,17 +621,6 @@
654621
"UseDualStack": false
655622
}
656623
},
657-
{
658-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
659-
"expect": {
660-
"error": "DualStack is enabled but this partition does not support DualStack"
661-
},
662-
"params": {
663-
"Region": "us-isob-east-1",
664-
"UseFIPS": false,
665-
"UseDualStack": true
666-
}
667-
},
668624
{
669625
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
670626
"expect": {

0 commit comments

Comments
 (0)