From 04e6b9763c45e2924d4712fab00b53a6fa5a6161 Mon Sep 17 00:00:00 2001 From: Chris Raible Date: Fri, 7 Apr 2023 17:44:11 -0700 Subject: [PATCH] Added retries to a flaky batch sending test (#16591) refs TryGhost/Team#2949 --- .../integration/services/email-service/batch-sending.test.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/core/test/integration/services/email-service/batch-sending.test.js b/ghost/core/test/integration/services/email-service/batch-sending.test.js index 7f06bdefb3..35ee4dc26b 100644 --- a/ghost/core/test/integration/services/email-service/batch-sending.test.js +++ b/ghost/core/test/integration/services/email-service/batch-sending.test.js @@ -875,6 +875,7 @@ describe('Batch sending tests', function () { }); it('Does replace with and without fallback in both plaintext and html for member with name', async function () { + this.retries(1); // Create a new member without a first_name await models.Member.add({ name: 'Simon Tester',