Added retries to a flaky batch sending test (#16591)

refs TryGhost/Team#2949
This commit is contained in:
Chris Raible 2023-04-07 17:44:11 -07:00 committed by GitHub
parent bec71d7840
commit 04e6b9763c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',