mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 22:34:01 -05:00
Added todo to commented out test
This commit is contained in:
parent
39313e9860
commit
4cc0db63de
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ describe('Webmentions (receiving)', function () {
|
|||
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 () {
|
||||
// await dbUtils.truncate('brute');
|
||||
// const webmentionBlock = configUtils.config.get('spam').webmentions_block;
|
||||
|
|
Loading…
Reference in a new issue