Skip to content

Commit e3407e9

Browse files
author
awstools
committed
feat(client-apptest): Remove incorrect endpoint tests
1 parent 1cd78ce commit e3407e9

File tree

1 file changed

+0
-44
lines changed

1 file changed

+0
-44
lines changed

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -596,17 +596,6 @@
596596
"UseDualStack": false
597597
}
598598
},
599-
{
600-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
601-
"expect": {
602-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
603-
},
604-
"params": {
605-
"Region": "us-iso-east-1",
606-
"UseFIPS": true,
607-
"UseDualStack": true
608-
}
609-
},
610599
{
611600
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
612601
"expect": {
@@ -620,17 +609,6 @@
620609
"UseDualStack": false
621610
}
622611
},
623-
{
624-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
625-
"expect": {
626-
"error": "DualStack is enabled but this partition does not support DualStack"
627-
},
628-
"params": {
629-
"Region": "us-iso-east-1",
630-
"UseFIPS": false,
631-
"UseDualStack": true
632-
}
633-
},
634612
{
635613
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
636614
"expect": {
@@ -644,17 +622,6 @@
644622
"UseDualStack": false
645623
}
646624
},
647-
{
648-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
649-
"expect": {
650-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
651-
},
652-
"params": {
653-
"Region": "us-isob-east-1",
654-
"UseFIPS": true,
655-
"UseDualStack": true
656-
}
657-
},
658625
{
659626
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
660627
"expect": {
@@ -668,17 +635,6 @@
668635
"UseDualStack": false
669636
}
670637
},
671-
{
672-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
673-
"expect": {
674-
"error": "DualStack is enabled but this partition does not support DualStack"
675-
},
676-
"params": {
677-
"Region": "us-isob-east-1",
678-
"UseFIPS": false,
679-
"UseDualStack": true
680-
}
681-
},
682638
{
683639
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
684640
"expect": {

0 commit comments

Comments
 (0)