You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2019/10/07 19:38:16 UTC

[wicket] branch master updated: INFRA-19234 Temporarily disable JS tests module until this issue is resolved

This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new e0dd28b  INFRA-19234 Temporarily disable JS tests module until this issue is resolved
e0dd28b is described below

commit e0dd28b7c80de0c18d2eca822043d5cb49197acd
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Oct 7 22:37:24 2019 +0300

    INFRA-19234 Temporarily disable JS tests module until this issue is resolved
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8656fa..9f11275 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,7 +114,7 @@
 		<module>wicket-experimental</module>
 		<module>archetypes/quickstart</module>
 		<module>testing/wicket-common-tests</module>
-		<module>testing/wicket-js-tests</module>
+<!--		<module>testing/wicket-js-tests</module>-->
 		<module>wicket-native-websocket</module>
 		<module>wicket-bean-validation</module>
 		<module>wicket-user-guide</module>