diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e48e98fa9..30efc5717 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -112,9 +112,9 @@ jobs: # be GH connectivity runner issues. We attempt to address this # problem by rerunning the tests more than once. eldev -p -dtTC test --test-type integration || eldev -p -dtTC test --test-type integration - + - name: Run tests that need enrich-classpath - if: "!startsWith(matrix.os, 'windows')" + if: "!startsWith(matrix.os, 'windows') && (matrix.java_version != '11')" run: | cd dev; ../clojure.sh clojure -M:gen; cd - wc -l test/File.edn