Commit 45d50e27 authored by Andy Wilkinson's avatar Andy Wilkinson

Disable build scans in custom layout sample's tests

parent ebfa26e3
...@@ -50,6 +50,9 @@ ...@@ -50,6 +50,9 @@
<addTestClassPath>true</addTestClassPath> <addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation> <skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs> <streamLogs>true</streamLogs>
<properties>
<scan>false</scan>
</properties>
</configuration> </configuration>
</execution> </execution>
</executions> </executions>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment