From 863754750914ff499d0decc493913f2566478f8c Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 29 Sep 2017 11:47:11 +0200 Subject: [PATCH] Disable embedded server integration tests on Java 9 See gh-10455 --- .../pom.xml | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/pom.xml b/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/pom.xml index 59fb0a5da6..25264ca068 100644 --- a/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/pom.xml +++ b/spring-boot-integration-tests/spring-boot-integration-tests-embedded-servlet-container/pom.xml @@ -63,4 +63,26 @@ + + + java9 + + 9 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/EmbeddedServletContainerJarDevelopmentIntegrationTests.java + **/EmbeddedServletContainerWarDevelopmentIntegrationTests.java + + + + + + +