Skip to content

Commit

Permalink
Merge pull request #29215 from benjamin-confino/httpMetricKeys
Browse files Browse the repository at this point in the history
disable test until the next TCK version
  • Loading branch information
benjamin-confino authored Jul 27, 2024
2 parents 23794bc + 48830b6 commit 4e43b63
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@
<packages>
<package name="org.eclipse.microprofile.telemetry.metrics.tck.application.*"></package>
</packages>
<class name="org.eclipse.microprofile.telemetry.metrics.tck.application.http.HttpHistogramTest"> <!-- disabled until we move past telemetry metrics TCK RC2 -->
<methods>
<exclude name=".*" />
</methods>
</class>
<classes>
<class name="org.eclipse.microprofile.telemetry.metrics.tck.application.http.HttpHistogramTest"> <!-- disabled until we move past telemetry metrics TCK RC2 -->
<methods>
<exclude name=".*" />
</methods>
</class>
</classes>
</test>
<test name="tck-package-org.eclipse.microprofile.telemetry.logs.tck.application">
<packages>
Expand Down

0 comments on commit 4e43b63

Please sign in to comment.