Disable build scans in custom layout sample's tests
This commit is contained in:
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…
Reference in New Issue