Skip to content

Commit 331c55a

Browse files
authored
test(integration): disable Rescue SES InvalidParameterValue test (#3013)
1 parent a890fd7 commit 331c55a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: features/ses/ses.feature

+6-5
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ 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-
| name | message |
20-
| InvalidParameterValue | Invalid email address<abc123>. |
16+
# Uncomment when P55107118 is resolved
17+
# Scenario: Rescue SES InvalidParameterValue
18+
# When I ask to verify the email address "abc123"
19+
# Then I should get the error:
20+
# | name | message |
21+
# | InvalidParameterValue | Invalid email address<abc123>. |

0 commit comments

Comments
 (0)