eclipse / microprofile-telemetry

microprofile telemetry
Apache License 2.0
19 stars 18 forks source link

HttpHistogramTest expects a ArquillianServletRunner #219

Closed radcortez closed 4 months ago

radcortez commented 4 months ago

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.