Exclude volume and maybe groups from tests

This commit is contained in:
Dennis Eichhorn 2020-05-22 13:11:03 +02:00 committed by GitHub
parent b94f55cf25
commit 957453f4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,12 @@
</exclude>
</whitelist>
</filter>
<groups>
<exclude>
<group>volume</group>
<group>maybe</group>
</exclude>
</groups>
<php>
<const name="WEB_SERVER_HOST" value="localhost" />
<const name="WEB_SERVER_PORT" value="1234" />