From 45d50e279e68133d7a6fae9930900454e25792a7 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 25 Jul 2020 09:10:31 +0100 Subject: [PATCH] Disable build scans in custom layout sample's tests --- spring-boot-samples/spring-boot-sample-custom-layout/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml index c681e9df349..2713bafc147 100644 --- a/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml +++ b/spring-boot-samples/spring-boot-sample-custom-layout/pom.xml @@ -50,6 +50,9 @@ true ${skipTests} true + + false +