Skip to content

Commit b7621c3

Browse files
authored
chore: remove browser test from npm test (#17550)
1 parent cac45d0 commit b7621c3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,9 @@ target.wdio = () => {
641641
target.test = function() {
642642
target.checkRuleFiles();
643643
target.mocha();
644-
target.wdio();
644+
645+
// target.wdio(); // Temporarily disabled due to problems on Jenkins
646+
645647
target.fuzz({ amount: 150, fuzzBrokenAutofixes: false });
646648
target.checkLicenses();
647649
};

0 commit comments

Comments
 (0)