Skip to content

Commit c97ee4b

Browse files
author
AWS
committed
AWS AppSync Update: Remove incorrect endpoint tests
1 parent 9310e05 commit c97ee4b

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -416,17 +416,6 @@
416416
"UseDualStack": false
417417
}
418418
},
419-
{
420-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
421-
"expect": {
422-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
423-
},
424-
"params": {
425-
"Region": "us-iso-east-1",
426-
"UseFIPS": true,
427-
"UseDualStack": true
428-
}
429-
},
430419
{
431420
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
432421
"expect": {
@@ -440,17 +429,6 @@
440429
"UseDualStack": false
441430
}
442431
},
443-
{
444-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
445-
"expect": {
446-
"error": "DualStack is enabled but this partition does not support DualStack"
447-
},
448-
"params": {
449-
"Region": "us-iso-east-1",
450-
"UseFIPS": false,
451-
"UseDualStack": true
452-
}
453-
},
454432
{
455433
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
456434
"expect": {
@@ -464,17 +442,6 @@
464442
"UseDualStack": false
465443
}
466444
},
467-
{
468-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
469-
"expect": {
470-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
471-
},
472-
"params": {
473-
"Region": "us-isob-east-1",
474-
"UseFIPS": true,
475-
"UseDualStack": true
476-
}
477-
},
478445
{
479446
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
480447
"expect": {
@@ -488,17 +455,6 @@
488455
"UseDualStack": false
489456
}
490457
},
491-
{
492-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
493-
"expect": {
494-
"error": "DualStack is enabled but this partition does not support DualStack"
495-
},
496-
"params": {
497-
"Region": "us-isob-east-1",
498-
"UseFIPS": false,
499-
"UseDualStack": true
500-
}
501-
},
502458
{
503459
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
504460
"expect": {

0 commit comments

Comments
 (0)