Skip to content

Commit

Permalink
[RESTEASY-2704] added maven dependencies for TCK and excludes some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rsearls authored and asoldano committed Oct 27, 2020
1 parent 4409b6d commit c0d8ca9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions testsuite/microprofile-tck/pom.xml
Expand Up @@ -215,6 +215,12 @@
<exclude>org.eclipse.microprofile.rest.client.tck.timeout.TimeoutTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.timeout.TimeoutViaMPConfigWithConfigKeyTest</exclude>
<!-- 2.0 test that currently fail. Skip them until their issues can be addressed -->
<exclude>org.eclipse.microprofile.rest.client.tck.sse.ReactiveStreamsPublisherTckTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.sse.BasicReactiveStreamsTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.cditests.CDIQueryParamStyleTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.cditests.CDIManagedProviderTest</exclude>
<exclude>org.eclipse.microprofile.rest.client.tck.ProxyServerTest</exclude>
</excludes>
</configuration>
<executions>
Expand Down

0 comments on commit c0d8ca9

Please sign in to comment.