Skip to content

Commit 48830b6

Browse files
disable test until the next TCK version
1 parent 5a02198 commit 48830b6

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dev/io.openliberty.microprofile.telemetry.2.0.internal_fat_tck/publish/tckRunner/tck/tck-suite-application.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@
2020
<packages>
2121
<package name="org.eclipse.microprofile.telemetry.metrics.tck.application.*"></package>
2222
</packages>
23-
<class name="org.eclipse.microprofile.telemetry.metrics.tck.application.http.HttpHistogramTest"> <!-- disabled until we move past telemetry metrics TCK RC2 -->
24-
<methods>
25-
<exclude name=".*" />
26-
</methods>
27-
</class>
23+
<classes>
24+
<class name="org.eclipse.microprofile.telemetry.metrics.tck.application.http.HttpHistogramTest"> <!-- disabled until we move past telemetry metrics TCK RC2 -->
25+
<methods>
26+
<exclude name=".*" />
27+
</methods>
28+
</class>
29+
</classes>
2830
</test>
2931
<test name="tck-package-org.eclipse.microprofile.telemetry.logs.tck.application">
3032
<packages>

0 commit comments

Comments
 (0)