diff --git a/.github/workflows/full-check.yml b/.github/workflows/full-check.yml index c1a277efd9..c3a0cdf1f0 100644 --- a/.github/workflows/full-check.yml +++ b/.github/workflows/full-check.yml @@ -52,8 +52,6 @@ jobs: # Run the ant tasks, disabling watchFileChanges to work around a github actions limitation ant clean test dist doc \ -Dtest.jvmargs='-ea -Dgwt.watchFileChanges=false' \ - -Dtest.web.htmlunit.disable=true \ - -Dtest.nometa.htmlunit.disable=true \ -Dtest.emma.htmlunit.disable=true - name: Report test results