Skip to content

Commit 7fbff85

Browse files
author
AWS
committed
Auto Scaling Update: Remove incorrect endpoint tests
1 parent 08766d9 commit 7fbff85

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -481,17 +481,6 @@
481481
"UseDualStack": false
482482
}
483483
},
484-
{
485-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
486-
"expect": {
487-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
488-
},
489-
"params": {
490-
"Region": "us-iso-east-1",
491-
"UseFIPS": true,
492-
"UseDualStack": true
493-
}
494-
},
495484
{
496485
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
497486
"expect": {
@@ -505,17 +494,6 @@
505494
"UseDualStack": false
506495
}
507496
},
508-
{
509-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
510-
"expect": {
511-
"error": "DualStack is enabled but this partition does not support DualStack"
512-
},
513-
"params": {
514-
"Region": "us-iso-east-1",
515-
"UseFIPS": false,
516-
"UseDualStack": true
517-
}
518-
},
519497
{
520498
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
521499
"expect": {
@@ -529,17 +507,6 @@
529507
"UseDualStack": false
530508
}
531509
},
532-
{
533-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
534-
"expect": {
535-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
536-
},
537-
"params": {
538-
"Region": "us-isob-east-1",
539-
"UseFIPS": true,
540-
"UseDualStack": true
541-
}
542-
},
543510
{
544511
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
545512
"expect": {
@@ -553,17 +520,6 @@
553520
"UseDualStack": false
554521
}
555522
},
556-
{
557-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
558-
"expect": {
559-
"error": "DualStack is enabled but this partition does not support DualStack"
560-
},
561-
"params": {
562-
"Region": "us-isob-east-1",
563-
"UseFIPS": false,
564-
"UseDualStack": true
565-
}
566-
},
567523
{
568524
"documentation": "For custom endpoint with region set and fips disabled and dualstack disabled",
569525
"expect": {

0 commit comments

Comments
 (0)