Skip to content

Commit 54a6d6c

Browse files
author
awstools
committed
feat(client-codeconnections): Remove incorrect endpoint tests
1 parent e4e1e29 commit 54a6d6c

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -708,17 +708,6 @@
708708
"UseDualStack": false
709709
}
710710
},
711-
{
712-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
713-
"expect": {
714-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
715-
},
716-
"params": {
717-
"Region": "us-iso-east-1",
718-
"UseFIPS": true,
719-
"UseDualStack": true
720-
}
721-
},
722711
{
723712
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
724713
"expect": {
@@ -732,17 +721,6 @@
732721
"UseDualStack": false
733722
}
734723
},
735-
{
736-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
737-
"expect": {
738-
"error": "DualStack is enabled but this partition does not support DualStack"
739-
},
740-
"params": {
741-
"Region": "us-iso-east-1",
742-
"UseFIPS": false,
743-
"UseDualStack": true
744-
}
745-
},
746724
{
747725
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
748726
"expect": {
@@ -756,17 +734,6 @@
756734
"UseDualStack": false
757735
}
758736
},
759-
{
760-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
761-
"expect": {
762-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
763-
},
764-
"params": {
765-
"Region": "us-isob-east-1",
766-
"UseFIPS": true,
767-
"UseDualStack": true
768-
}
769-
},
770737
{
771738
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
772739
"expect": {
@@ -780,17 +747,6 @@
780747
"UseDualStack": false
781748
}
782749
},
783-
{
784-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
785-
"expect": {
786-
"error": "DualStack is enabled but this partition does not support DualStack"
787-
},
788-
"params": {
789-
"Region": "us-isob-east-1",
790-
"UseFIPS": false,
791-
"UseDualStack": true
792-
}
793-
},
794750
{
795751
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
796752
"expect": {

0 commit comments

Comments
 (0)