Skip to content

Commit

Permalink
Not stable at the moment.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Sep 12, 2023
1 parent 0430fb7 commit f3da52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/TestSuite/TestSuite.ApiTests/SmsTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public async Task Should_send_sms_without_template()
Assert.False(true, "SMS not sent.");
}

[Fact]
[Fact(Skip = "Not stable")]
public async Task Should_send_sms_with_group_key()
{
// In pull requests from forks we cannot inject the secret key.
Expand Down

0 comments on commit f3da52f

Please sign in to comment.