Skip to content

Commit ca48fe0

Browse files
author
AWS
committed
AWS Amplify Update: Remove incorrect endpoint tests
1 parent 84ad638 commit ca48fe0

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -390,17 +390,6 @@
390390
"UseDualStack": false
391391
}
392392
},
393-
{
394-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
395-
"expect": {
396-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
397-
},
398-
"params": {
399-
"Region": "us-iso-east-1",
400-
"UseFIPS": true,
401-
"UseDualStack": true
402-
}
403-
},
404393
{
405394
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
406395
"expect": {
@@ -414,17 +403,6 @@
414403
"UseDualStack": false
415404
}
416405
},
417-
{
418-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
419-
"expect": {
420-
"error": "DualStack is enabled but this partition does not support DualStack"
421-
},
422-
"params": {
423-
"Region": "us-iso-east-1",
424-
"UseFIPS": false,
425-
"UseDualStack": true
426-
}
427-
},
428406
{
429407
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
430408
"expect": {
@@ -438,17 +416,6 @@
438416
"UseDualStack": false
439417
}
440418
},
441-
{
442-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
443-
"expect": {
444-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
445-
},
446-
"params": {
447-
"Region": "us-isob-east-1",
448-
"UseFIPS": true,
449-
"UseDualStack": true
450-
}
451-
},
452419
{
453420
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
454421
"expect": {
@@ -462,17 +429,6 @@
462429
"UseDualStack": false
463430
}
464431
},
465-
{
466-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
467-
"expect": {
468-
"error": "DualStack is enabled but this partition does not support DualStack"
469-
},
470-
"params": {
471-
"Region": "us-isob-east-1",
472-
"UseFIPS": false,
473-
"UseDualStack": true
474-
}
475-
},
476432
{
477433
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
478434
"expect": {

0 commit comments

Comments
 (0)