'broken' exclusion test group added to tests.xml configuration file.

git-svn-id: http://google-refine.googlecode.com/svn/trunk@796 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Iain Sproat 2010-05-17 10:19:19 +00:00
parent fcdb926e94
commit 648e7ee5fa

View File

@ -5,5 +5,10 @@
<packages>
<package name="com.metaweb.gridworks.tests.*"/>
</packages>
<groups>
<run>
<exclude name="broken" />
</run>
</groups>
</test>
</suite>