<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Mar 13, 2018 at 4:42 PM, Matt Benson <span dir="ltr">&lt;<a href="mailto:mbenson@apache.org" target="_blank">mbenson@apache.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">As mentioned elsewhere, the Apache BVal implementation of BV2 (which<br>
includes an extensive rewrite of much of our supporting code) is<br>
proceeding but we are seeing a large number of skipped tests. Our<br>
configuration looks very much like the Maven example pointed to by the<br>
TCK reference guide and can be observed at [1]. If anyone has any tips<br>
on how to determine what&#39;s causing so many skipped tests, they would<br>
be much appreciated.<br></blockquote><div><br></div><div>OK, as far as I can see it skips all of the tests here, except the first one.<br><br></div><div>I wonder if the test suite is skipped due to this issue:<br>arquillianBeforeClass(org.<wbr>hibernate.beanvalidation.tck.<wbr>tests.xmlconfiguration.<wbr>MissingClassNameOnBeanNodeTest<wbr>)  Time elapsed: 0.292 s  &lt;&lt;&lt; FAILURE!<br>org.apache.webbeans.exception.<wbr>WebBeansDeploymentException:<br></div><div><br></div><div>I know that sometimes I have the same issue with the TCK for HV, when a given test fails it decides to skip all the tests after it, and I wonder if a failure in arquillianBeforeClass might not be a trigger for it.<br><br></div><div>Adding the following exclusion &lt;exclude name=&quot;org.hibernate.beanvalidation.tck.tests.xmlconfiguration&quot;/&gt; in the suite file makes it run a few more tests so I think this might be a valid assumption.<br><br></div><div>HTH.<br></div><div><br>-- <br></div><div>Guillaume<br></div><div><br><br></div></div></div></div>