<div dir="ltr"><div>It is now possible to skip tests in test-verify. Simplify annotate the manifest for your test:<br><br></div><div>[test]<br></div><div>skip-if = verify<br><br></div><div>or, for reftests:<br><br></div><div>skip-if(verify) ...<br><br></div><div>and the test-verify (TV) test task will not try to verify the annotated test.<br><br></div><div>Please don't abuse this feature! Most TV failures indicate a weakness in the test.<br></div><div><br></div>As always, you can read more about test-verify at <a href="https://developer.mozilla.org/en-US/docs/Mozilla/QA/Test_Verification">https://developer.mozilla.org/en-US/docs/Mozilla/QA/Test_Verification</a>.<br></div>