diff --git a/test/.eslintrc.js b/test/.eslintrc.js index 55cb1e6d30..1b371e0ce0 100644 --- a/test/.eslintrc.js +++ b/test/.eslintrc.js @@ -23,6 +23,8 @@ module.exports = { 'no-unused-vars': 'off', 'no-useless-escape': 'off', + 'ghost/mocha/no-skipped-tests': 'warn', + // TODO: remove these custom rules and fix problems in test files 'ghost/mocha/max-top-level-suites': 'off', 'ghost/mocha/no-identical-title': 'off',