From 5db1a77e81ba9bb88ce16299bfc5c0afe5fb48b4 Mon Sep 17 00:00:00 2001 From: Falko Modler Date: Sat, 6 Nov 2021 00:55:19 +0100 Subject: [PATCH] Don't run rest-client TCK Timeout*Tests on Java 18 --- tcks/microprofile-rest-client/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/tcks/microprofile-rest-client/pom.xml b/tcks/microprofile-rest-client/pom.xml index a4b1d7351fd04..9b64505f58df4 100644 --- a/tcks/microprofile-rest-client/pom.xml +++ b/tcks/microprofile-rest-client/pom.xml @@ -227,5 +227,28 @@ + + jdk18-workarounds + + [18,) + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + jdk16-plain-socket-workaround + none + + + + + +