Skip to content

Commit 9310e05

Browse files
author
AWS
committed
AWS Resilience Hub Update: Remove incorrect endpoint tests
1 parent d6516af commit 9310e05

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -403,17 +403,6 @@
403403
"UseDualStack": false
404404
}
405405
},
406-
{
407-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
408-
"expect": {
409-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
410-
},
411-
"params": {
412-
"Region": "us-iso-east-1",
413-
"UseFIPS": true,
414-
"UseDualStack": true
415-
}
416-
},
417406
{
418407
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
419408
"expect": {
@@ -427,17 +416,6 @@
427416
"UseDualStack": false
428417
}
429418
},
430-
{
431-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
432-
"expect": {
433-
"error": "DualStack is enabled but this partition does not support DualStack"
434-
},
435-
"params": {
436-
"Region": "us-iso-east-1",
437-
"UseFIPS": false,
438-
"UseDualStack": true
439-
}
440-
},
441419
{
442420
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
443421
"expect": {
@@ -451,17 +429,6 @@
451429
"UseDualStack": false
452430
}
453431
},
454-
{
455-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
456-
"expect": {
457-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
458-
},
459-
"params": {
460-
"Region": "us-isob-east-1",
461-
"UseFIPS": true,
462-
"UseDualStack": true
463-
}
464-
},
465432
{
466433
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
467434
"expect": {
@@ -475,17 +442,6 @@
475442
"UseDualStack": false
476443
}
477444
},
478-
{
479-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
480-
"expect": {
481-
"error": "DualStack is enabled but this partition does not support DualStack"
482-
},
483-
"params": {
484-
"Region": "us-isob-east-1",
485-
"UseFIPS": false,
486-
"UseDualStack": true
487-
}
488-
},
489445
{
490446
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
491447
"expect": {

0 commit comments

Comments
 (0)