Skip to content

Commit 6e47cc7

Browse files
authored
Disable Rescue SES InvalidParameterValue test (#3956)
1 parent 5a58fb9 commit 6e47cc7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

features/ses/ses.feature

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Feature: SES
1313
When I ask to verify the email address "[email protected]"
1414
Then the status code should be 200
1515

16-
Scenario: Rescue SES InvalidParameterValue
17-
When I ask to verify the email address "abc123"
18-
Then I should get the error:
19-
| code | message |
20-
| InvalidParameterValue | Invalid email address<abc123>. |
16+
# Scenario: Rescue SES InvalidParameterValue
17+
# When I ask to verify the email address "abc123"
18+
# Then I should get the error:
19+
# | code | message |
20+
# | InvalidParameterValue | Invalid email address<abc123>. |

0 commit comments

Comments
 (0)