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:
parent
39313e9860
commit
4cc0db63de
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue