Disable build scans in custom layout sample's tests

pull/22614/head
Andy Wilkinson 4 years ago
parent ebfa26e3ac
commit 45d50e279e

@ -50,6 +50,9 @@
<addTestClassPath>true</addTestClassPath>
<skipInvocation>${skipTests}</skipInvocation>
<streamLogs>true</streamLogs>
<properties>
<scan>false</scan>
</properties>
</configuration>
</execution>
</executions>

Loading…
Cancel
Save