diff --git a/Makefile.js b/Makefile.js index 528fd5aa1e7..7978369c0b0 100644 --- a/Makefile.js +++ b/Makefile.js @@ -641,7 +641,9 @@ target.wdio = () => { target.test = function() { target.checkRuleFiles(); target.mocha(); - target.wdio(); + + // target.wdio(); // Temporarily disabled due to problems on Jenkins + target.fuzz({ amount: 150, fuzzBrokenAutofixes: false }); target.checkLicenses(); };