Skip to content

Commit

Permalink
chore: remove browser test from npm test (#17550)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Sep 8, 2023
1 parent cac45d0 commit b7621c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.js
Expand Up @@ -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();
};
Expand Down

0 comments on commit b7621c3

Please sign in to comment.