diff --git a/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs b/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs index 8280c25..fcaa95d 100644 --- a/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs +++ b/test/Optivem.Kata.Banking.Test/System/BankAccountControllerSystemTest.cs @@ -44,7 +44,7 @@ public async Task Nothing() } - [Fact(Skip = "In progress")] + [Fact(Skip = "TODO: Pending fix on workflows - CI")] public async Task Should_open_bank_account_given_valid_request() { var url = "bank-accounts";