0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added todo to commented out test

This commit is contained in:
Ronald Langeveld 2023-02-09 21:27:34 +08:00
parent 39313e9860
commit 4cc0db63de

View file

@ -176,7 +176,7 @@ describe('Webmentions (receiving)', function () {
emailMockReceiver.sentEmailCount(0); emailMockReceiver.sentEmailCount(0);
}); });
// TODO: this test is flaky, it fails in CI all too often. Need to // TODO: this test is flaky, it fails in CI all too often. Need to investigate.
// it('is rate limited against spamming mention requests', async function () { // it('is rate limited against spamming mention requests', async function () {
// await dbUtils.truncate('brute'); // await dbUtils.truncate('brute');
// const webmentionBlock = configUtils.config.get('spam').webmentions_block; // const webmentionBlock = configUtils.config.get('spam').webmentions_block;