diff options
Diffstat (limited to 'uitest/tb3test.xml')
-rw-r--r-- | uitest/tb3test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/tb3test.xml b/uitest/tb3test.xml index de69e0ebe6..5285280608 100644 --- a/uitest/tb3test.xml +++ b/uitest/tb3test.xml @@ -10,7 +10,7 @@ <path location="${tb3test.dir}/result/classes" /> </path> - <target name="run-all-tb3-tests" description="Run all the TB3 tests (except server tests) in the project"> + <target name="run-all-tb3-tests" unless="tests.tb3.skip" description="Run all the TB3 tests (except server tests) in the project"> <antcall target="run-tb3-suite"> <param name="junit.test.suite" value="com.vaadin.tests.tb3.AllTB3Tests" /> </antcall> |