Skip to content

Commit 79a3090

Browse files
author
AWS
committed
AWS Control Tower Update: Remove incorrect endpoint tests
1 parent b989818 commit 79a3090

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -377,17 +377,6 @@
377377
"UseDualStack": false
378378
}
379379
},
380-
{
381-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
382-
"expect": {
383-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
384-
},
385-
"params": {
386-
"Region": "us-iso-east-1",
387-
"UseFIPS": true,
388-
"UseDualStack": true
389-
}
390-
},
391380
{
392381
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
393382
"expect": {
@@ -401,17 +390,6 @@
401390
"UseDualStack": false
402391
}
403392
},
404-
{
405-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
406-
"expect": {
407-
"error": "DualStack is enabled but this partition does not support DualStack"
408-
},
409-
"params": {
410-
"Region": "us-iso-east-1",
411-
"UseFIPS": false,
412-
"UseDualStack": true
413-
}
414-
},
415393
{
416394
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
417395
"expect": {
@@ -425,17 +403,6 @@
425403
"UseDualStack": false
426404
}
427405
},
428-
{
429-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
430-
"expect": {
431-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
432-
},
433-
"params": {
434-
"Region": "us-isob-east-1",
435-
"UseFIPS": true,
436-
"UseDualStack": true
437-
}
438-
},
439406
{
440407
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
441408
"expect": {
@@ -449,17 +416,6 @@
449416
"UseDualStack": false
450417
}
451418
},
452-
{
453-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
454-
"expect": {
455-
"error": "DualStack is enabled but this partition does not support DualStack"
456-
},
457-
"params": {
458-
"Region": "us-isob-east-1",
459-
"UseFIPS": false,
460-
"UseDualStack": true
461-
}
462-
},
463419
{
464420
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
465421
"expect": {

0 commit comments

Comments
 (0)