This is an automated email from the ASF dual-hosted git repository. johndament pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 8b39de81d1ff03ef00fb2baf41f2e8a5b6e9df15 Author: John D. Ament <[email protected]> AuthorDate: Wed Dec 20 07:08:30 2017 -0500 [CXF-7579] Removing excluded test. --- systests/microprofile/client/weld/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/systests/microprofile/client/weld/pom.xml b/systests/microprofile/client/weld/pom.xml index 91edf98..face317 100644 --- a/systests/microprofile/client/weld/pom.xml +++ b/systests/microprofile/client/weld/pom.xml @@ -109,9 +109,6 @@ <dependenciesToScan> <dependency>org.eclipse.microprofile.rest.client:microprofile-rest-client-tck</dependency> </dependenciesToScan> - <excludes> - <exclude>org.eclipse.microprofile.rest.client.tck.InvalidInterfaceTest</exclude> - </excludes> </configuration> </plugin> </plugins> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
