Skip to content

Commit 7b45c3f

Browse files
author
AWS
committed
Amazon MemoryDB Update: Remove incorrect endpoint tests
1 parent 0ddcd27 commit 7b45c3f

File tree

3 files changed

+61
-154
lines changed

3 files changed

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -386,17 +386,6 @@
386386
"UseDualStack": false
387387
}
388388
},
389-
{
390-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
391-
"expect": {
392-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
393-
},
394-
"params": {
395-
"Region": "us-iso-east-1",
396-
"UseFIPS": true,
397-
"UseDualStack": true
398-
}
399-
},
400389
{
401390
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
402391
"expect": {
@@ -410,17 +399,6 @@
410399
"UseDualStack": false
411400
}
412401
},
413-
{
414-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
415-
"expect": {
416-
"error": "DualStack is enabled but this partition does not support DualStack"
417-
},
418-
"params": {
419-
"Region": "us-iso-east-1",
420-
"UseFIPS": false,
421-
"UseDualStack": true
422-
}
423-
},
424402
{
425403
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
426404
"expect": {
@@ -434,17 +412,6 @@
434412
"UseDualStack": false
435413
}
436414
},
437-
{
438-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
439-
"expect": {
440-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
441-
},
442-
"params": {
443-
"Region": "us-isob-east-1",
444-
"UseFIPS": true,
445-
"UseDualStack": true
446-
}
447-
},
448415
{
449416
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
450417
"expect": {
@@ -458,17 +425,6 @@
458425
"UseDualStack": false
459426
}
460427
},
461-
{
462-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
463-
"expect": {
464-
"error": "DualStack is enabled but this partition does not support DualStack"
465-
},
466-
"params": {
467-
"Region": "us-isob-east-1",
468-
"UseFIPS": false,
469-
"UseDualStack": true
470-
}
471-
},
472428
{
473429
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
474430
"expect": {

0 commit comments

Comments
 (0)