Skip to content

Commit b1aaa05

Browse files
author
awstools
committed
feat(client-marketplace-catalog): Remove incorrect endpoint tests
1 parent 48bb73d commit b1aaa05

1 file changed

Lines changed: 0 additions & 44 deletions

File tree

codegen/sdk-codegen/aws-models/marketplace-catalog.json

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -569,17 +569,6 @@
569569
"UseDualStack": false
570570
}
571571
},
572-
{
573-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
574-
"expect": {
575-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
576-
},
577-
"params": {
578-
"Region": "us-iso-east-1",
579-
"UseFIPS": true,
580-
"UseDualStack": true
581-
}
582-
},
583572
{
584573
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
585574
"expect": {
@@ -593,17 +582,6 @@
593582
"UseDualStack": false
594583
}
595584
},
596-
{
597-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
598-
"expect": {
599-
"error": "DualStack is enabled but this partition does not support DualStack"
600-
},
601-
"params": {
602-
"Region": "us-iso-east-1",
603-
"UseFIPS": false,
604-
"UseDualStack": true
605-
}
606-
},
607585
{
608586
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
609587
"expect": {
@@ -617,17 +595,6 @@
617595
"UseDualStack": false
618596
}
619597
},
620-
{
621-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
622-
"expect": {
623-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
624-
},
625-
"params": {
626-
"Region": "us-isob-east-1",
627-
"UseFIPS": true,
628-
"UseDualStack": true
629-
}
630-
},
631598
{
632599
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
633600
"expect": {
@@ -641,17 +608,6 @@
641608
"UseDualStack": false
642609
}
643610
},
644-
{
645-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
646-
"expect": {
647-
"error": "DualStack is enabled but this partition does not support DualStack"
648-
},
649-
"params": {
650-
"Region": "us-isob-east-1",
651-
"UseFIPS": false,
652-
"UseDualStack": true
653-
}
654-
},
655611
{
656612
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
657613
"expect": {

0 commit comments

Comments
 (0)