Skip to content

Commit 9afec44

Browse files
author
AWS
committed
AWS CodePipeline Update: Remove incorrect endpoint tests
1 parent 2b12bf8 commit 9afec44

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -468,17 +468,6 @@
468468
"UseDualStack": false
469469
}
470470
},
471-
{
472-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
473-
"expect": {
474-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
475-
},
476-
"params": {
477-
"Region": "us-iso-east-1",
478-
"UseFIPS": true,
479-
"UseDualStack": true
480-
}
481-
},
482471
{
483472
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
484473
"expect": {
@@ -492,17 +481,6 @@
492481
"UseDualStack": false
493482
}
494483
},
495-
{
496-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
497-
"expect": {
498-
"error": "DualStack is enabled but this partition does not support DualStack"
499-
},
500-
"params": {
501-
"Region": "us-iso-east-1",
502-
"UseFIPS": false,
503-
"UseDualStack": true
504-
}
505-
},
506484
{
507485
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
508486
"expect": {
@@ -516,17 +494,6 @@
516494
"UseDualStack": false
517495
}
518496
},
519-
{
520-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
521-
"expect": {
522-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
523-
},
524-
"params": {
525-
"Region": "us-isob-east-1",
526-
"UseFIPS": true,
527-
"UseDualStack": true
528-
}
529-
},
530497
{
531498
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
532499
"expect": {
@@ -540,17 +507,6 @@
540507
"UseDualStack": false
541508
}
542509
},
543-
{
544-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
545-
"expect": {
546-
"error": "DualStack is enabled but this partition does not support DualStack"
547-
},
548-
"params": {
549-
"Region": "us-isob-east-1",
550-
"UseFIPS": false,
551-
"UseDualStack": true
552-
}
553-
},
554510
{
555511
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
556512
"expect": {

0 commit comments

Comments
 (0)