From f3da52f5595c19642eb1527ed5d264a899032ee4 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 12 Sep 2023 21:50:19 +0200 Subject: [PATCH] Not stable at the moment. --- tools/TestSuite/TestSuite.ApiTests/SmsTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.