From 3c44fda7822b6ae97b9231352271565eeb8c8878 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 21 Aug 2013 21:54:35 +0100 Subject: [PATCH] Switch off ws sample tests --- spring-boot-integration-tests/pom.xml | 4 ++++ spring-boot-samples/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-integration-tests/pom.xml b/spring-boot-integration-tests/pom.xml index 926a00f73f..0889a50fb8 100644 --- a/spring-boot-integration-tests/pom.xml +++ b/spring-boot-integration-tests/pom.xml @@ -119,6 +119,10 @@ src/it/settings.xml ${main.basedir}/spring-boot-samples/ + + + spring-boot-sample-websocket/pom.xml + ${project.build.directory}/local-repo ${skipTests} diff --git a/spring-boot-samples/pom.xml b/spring-boot-samples/pom.xml index 3f518a9ec7..2615b09a9a 100644 --- a/spring-boot-samples/pom.xml +++ b/spring-boot-samples/pom.xml @@ -26,7 +26,7 @@ spring-boot-sample-traditional spring-boot-sample-web-static spring-boot-sample-web-ui - + spring-boot-sample-websocket spring-boot-sample-xml