Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions microprofile/tests/tck/tck-config/src/test/tck-suite.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<!--

Copyright (c) 2018, 2023 Oracle and/or its affiliates.
Copyright (c) 2018, 2025 Oracle and/or its affiliates.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -22,12 +22,6 @@
<test name="microprofile-config TCK">
<packages>
<package name="org.eclipse.microprofile.config.tck.*">
<!--
Currently failing because requires this PR:
https://github.com/eclipse/microprofile-config/pull/743
Ignoring meanwhile microprofile-config 3.1 is not released
-->
<exclude name="org.eclipse.microprofile.config.tck.broken"></exclude>
</package>
</packages>
</test>
Expand Down
Loading