Depending on your TCK setup, the ArquillianServletRunner may not be used. In the case of SmallRye, we use embedded Jetty with Arquillian, which does not rely on the ArquillianServletRunner to run the tests. In this case, the HttpHistogramTest will always fail.
Depending on your TCK setup, the
ArquillianServletRunner
may not be used. In the case of SmallRye, we use embedded Jetty with Arquillian, which does not rely on theArquillianServletRunner
to run the tests. In this case, theHttpHistogramTest
will always fail.