diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-17 16:57:03 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-17 16:57:03 +0000 |
commit | d4f04f7adccc3040b37ec2593341e14f4123acc9 (patch) | |
tree | 5f6d336ce54af952296f40dfaea9f5de7598c672 | |
parent | a5429e808dff4dd45728e2f86150bda73b03bbfb (diff) | |
download | vaadin-framework-d4f04f7adccc3040b37ec2593341e14f4123acc9.tar.gz vaadin-framework-d4f04f7adccc3040b37ec2593341e14f4123acc9.zip |
Disable weblogic 12 test for now
svn changeset:22680/svn branch:6.7
-rw-r--r-- | tests/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 67e5786b44..7b4e9757e5 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -326,7 +326,7 @@ <antcall target="integration-test-liferay5" />
<antcall target="integration-test-weblogic9" />
<antcall target="integration-test-weblogic10" />
- <antcall target="integration-test-weblogic12" />
+ <!--<antcall target="integration-test-weblogic12" />-->
<antcall target="integration-test-gatein3" />
<antcall target="integration-test-glassfish2" />
<antcall target="integration-test-glassfish3" />
|