Skip to content
Snippets Groups Projects
Commit d49d4275 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-641: Force working ordering of tests

SVN: 28991
parent 23e6d62f
No related branches found
No related tags found
No related merge requests found
<suite name="All" verbose="2" >
<test name="All" annotations="JDK">
<test name="unit" annotations="JDK">
<groups>
<run>
<exclude name="abstract" />
......@@ -11,7 +11,25 @@
<packages>
<package name="ch.systemsx.cisd.openbis.*">
<exclude name="ch.systemsx.cisd.openbis.common.*" />
</package>
<exclude name="ch.systemsx.cisd.openbis.remoteapitest.*" />
<exclude name="ch.systemsx.cisd.openbis.systemtest.*" />
</package>
</packages>
</test>
<test name="system" annotations="JDK">
<groups>
<run>
<exclude name="abstract" />
<exclude name="broken" />
<exclude name="scalability"/>
<exclude name="system-cleandb"/>
</run>
</groups>
<packages>
<package name="ch.systemsx.cisd.openbis.remoteapitest.*" />
<package name="ch.systemsx.cisd.openbis.systemtest.*" />
</packages>
</test>
</suite>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment