mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Skip broken test Spam API test
- these tests were overhauled completely in v2 because they had timing issues
- see f9da6c7eed
- for 1.0, assume they're fine and just skip for ease as we're in the last month of maintenance
This commit is contained in:
parent
c08d96d5b9
commit
e2abfca18a
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ describe('Spam Prevention API', function () {
|
|||
failedLoginAttempt(owner.email);
|
||||
});
|
||||
|
||||
it('Ensure reset works: password grant type', function (done) {
|
||||
it.skip('Ensure reset works: password grant type', function (done) {
|
||||
count = 0;
|
||||
|
||||
checkBruteTable = function checkBruteTable() {
|
||||
|
|
Loading…
Reference in a new issue