Skip to content
Snippets Groups Projects
tests_system.xml 204 B
Newer Older
  • Learn to ignore specific revisions
  • <suite name="All" verbose="2" >
      <test name="All" annotations="JDK">
        <groups>
          <run>
            <exclude name="broken" />
          </run>
        </groups>
        <packages>
       </packages>
     </test>
    </suite>