add parameter to skip browser test html4j
diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index eaf39e3..51cf65b 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -126,7 +126,7 @@
         mavenOpts: mavenOpts,
         mavenLocalRepo: localRepo) {
         // Some common Maven command line + provided command line
-        sh "mvn -V -B -U -e -Dmaven.test.failure.ignore=true $cmdline "
+        sh "mvn -V -B -U -e -DskipBrowserTests -Dmaven.test.failure.ignore=true $cmdline "
 	sh "mv target/*-site.jar WEBSITE.zip"
     }
     archiveArtifacts 'WEBSITE.zip'