summaryrefslogtreecommitdiffstats
path: root/uitest/test.xml
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2013-10-11 20:31:48 +0300
committerVaadin Code Review <review@vaadin.com>2013-10-15 07:58:54 +0000
commit6a99730d898f8e0663d69dbeba6682113c29ca52 (patch)
tree7aa2ce1b315c1675c8475c427745cca28fb16b92 /uitest/test.xml
parentf75164f58aff50a95ebe822b768ada5993690a5d (diff)
downloadvaadin-framework-6a99730d898f8e0663d69dbeba6682113c29ca52.tar.gz
vaadin-framework-6a99730d898f8e0663d69dbeba6682113c29ca52.zip
Allow skipping TB2/TB3 tests using tests.tb2/tb3.skip
Change-Id: If9f16657731fa5ea06e61bf9702abe385e4fc7a1
Diffstat (limited to 'uitest/test.xml')
-rw-r--r--uitest/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/test.xml b/uitest/test.xml
index c534d676b9..326117fb8f 100644
--- a/uitest/test.xml
+++ b/uitest/test.xml
@@ -83,7 +83,7 @@
<fail unless="com.vaadin.testbench.deployment.url" message="The 'com.vaadin.testbench.deployment.url' property must be defined." />
</target>
- <target name="run-tb2-tests" depends="check-parameters,compile-tests">
+ <target name="run-tb2-tests" depends="check-parameters,compile-tests" unless="tests.tb2.skip">
<fileset dir="${test-output-dir}" id="tests-fileset">
<include name="**/**.java" />
</fileset>