Skip to content

Commit

Permalink
Include RestClient TCK Proxy test
Browse files Browse the repository at this point in the history
Signed-off-by: jansupol <jan.supol@oracle.com>
  • Loading branch information
jansupol committed Nov 16, 2022
1 parent 20ed0f5 commit f3b808e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions tests/integration/microprofile/rest-client/tck-suite.xml
@@ -1,7 +1,7 @@
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >
<!--
Copyright (c) 2019, 2021 Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2019, 2022 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
Expand All @@ -24,14 +24,6 @@
<package name="org.eclipse.microprofile.rest.client.tck.*">
</package>
</packages>
<classes>
<class name="org.eclipse.microprofile.rest.client.tck.ProxyServerTest">
<methods>
<!--https://github.com/eclipse/microprofile-rest-client/pull/298-->
<exclude name="testProxy"></exclude>
</methods>
</class>
</classes>
</test>

</suite>

0 comments on commit f3b808e

Please sign in to comment.