Skip to content

Commit c4a62e9

Browse files
author
AWS
committed
Amazon Managed Grafana Update: Remove incorrect endpoint tests
1 parent c963b82 commit c4a62e9

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

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

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -273,17 +273,6 @@
273273
"UseDualStack": false
274274
}
275275
},
276-
{
277-
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled",
278-
"expect": {
279-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
280-
},
281-
"params": {
282-
"Region": "us-iso-east-1",
283-
"UseFIPS": true,
284-
"UseDualStack": true
285-
}
286-
},
287276
{
288277
"documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled",
289278
"expect": {
@@ -297,17 +286,6 @@
297286
"UseDualStack": false
298287
}
299288
},
300-
{
301-
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled",
302-
"expect": {
303-
"error": "DualStack is enabled but this partition does not support DualStack"
304-
},
305-
"params": {
306-
"Region": "us-iso-east-1",
307-
"UseFIPS": false,
308-
"UseDualStack": true
309-
}
310-
},
311289
{
312290
"documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled",
313291
"expect": {
@@ -321,17 +299,6 @@
321299
"UseDualStack": false
322300
}
323301
},
324-
{
325-
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled",
326-
"expect": {
327-
"error": "FIPS and DualStack are enabled, but this partition does not support one or both"
328-
},
329-
"params": {
330-
"Region": "us-isob-east-1",
331-
"UseFIPS": true,
332-
"UseDualStack": true
333-
}
334-
},
335302
{
336303
"documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled",
337304
"expect": {
@@ -345,17 +312,6 @@
345312
"UseDualStack": false
346313
}
347314
},
348-
{
349-
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled",
350-
"expect": {
351-
"error": "DualStack is enabled but this partition does not support DualStack"
352-
},
353-
"params": {
354-
"Region": "us-isob-east-1",
355-
"UseFIPS": false,
356-
"UseDualStack": true
357-
}
358-
},
359315
{
360316
"documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled",
361317
"expect": {

0 commit comments

Comments
 (0)