diff --git a/tools/TestSuite/TestSuite.ApiTests/SmsTests.cs b/tools/TestSuite/TestSuite.ApiTests/SmsTests.cs index 7df9fa19..37dc2f7c 100644 --- a/tools/TestSuite/TestSuite.ApiTests/SmsTests.cs +++ b/tools/TestSuite/TestSuite.ApiTests/SmsTests.cs @@ -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.