Skip to content
Snippets Groups Projects
tests.xml 292 B
Newer Older
  • Learn to ignore specific revisions
  • <suite name="All" verbose="1">
        <test name="All">
            <groups>
                <run>
                    <exclude name="broken" />
                </run>
            </groups>
            <packages>
    
    felmer's avatar
    felmer committed
                <package name="ch.systemsx.cisd.openbis.common.*" />
    
            </packages>
        </test>
    </suite>