From c18aa143812b8b2f2a5d25f9871bb09aa24f132b Mon Sep 17 00:00:00 2001 From: Colin Alworth Date: Wed, 18 Dec 2024 11:24:34 -0600 Subject: [PATCH] Enable prod htmlunit and nometa tests --- .github/workflows/full-check.yml | 2 -- 1 file changed, 2 deletions(-) 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