diff --git a/lib/java/CodeNarcServer.jar b/lib/java/CodeNarcServer.jar index 1714c575..7607bf19 100644 Binary files a/lib/java/CodeNarcServer.jar and b/lib/java/CodeNarcServer.jar differ diff --git a/test/miscellaneous.test.js b/test/miscellaneous.test.js index 874bce5a..ceeb32c4 100644 --- a/test/miscellaneous.test.js +++ b/test/miscellaneous.test.js @@ -300,10 +300,6 @@ describe("Miscellaneous", function () { console.log("Skip test because of spaces in java path"); return; } - if (javaPath.includes("hostedtoolcache") || javaPath.includes("/opt/java/openjdk/bin/java")) { - console.log("Skip test because for some strange reason it provokes a timeout on CI Windows and openjdk servers"); - return; - } const javaExec = javaPath; const javaOptions = "-Xms512m,-Xmx2g"; const npmGroovyLintConfig = { @@ -331,10 +327,6 @@ describe("Miscellaneous", function () { console.log("Skip test because of spaces in java path"); return; } - if (javaPath.includes("hostedtoolcache") || javaPath.includes("/opt/java/openjdk/bin/java")) { - console.log("Skip test because for some strange reason it provokes a timeout on CI Windows and openjdk servers"); - return; - } const linter = await new NpmGroovyLint([process.execPath, "", "--killserver", "--no-insight", "--verbose"], { verbose: true }).run();