<?xml version="1.0"?>
<testsuites>
  <testsuite name="passing-with-skip-todo" tests="3" failures="0" skipped="2" errors="0">
    <testcase name="#1 passing"/>
    <testcase name="#2 failing but skipped">
      <skipped/>
    </testcase>
    <testcase name="#3 failing but todo">
      <skipped/>
    </testcase>
  </testsuite>
</testsuites>