diff --git a/Libraries/test/TestServerlessApp.IntegrationTests/CustomResponse.cs b/Libraries/test/TestServerlessApp.IntegrationTests/CustomResponse.cs index 9c9ea7255..e6252fde5 100644 --- a/Libraries/test/TestServerlessApp.IntegrationTests/CustomResponse.cs +++ b/Libraries/test/TestServerlessApp.IntegrationTests/CustomResponse.cs @@ -7,6 +7,7 @@ namespace TestServerlessApp.IntegrationTests [TestFixture] public class CustomResponse : IntegrationTestsSetup { + [Retry(3)] [Test] public async Task OkResponseWithHeader_Returns200Status() {