mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +02:00
[task/travis] Exclude functional and slow tests
PHPBB3-10718
This commit is contained in:
@ -16,6 +16,12 @@
|
|||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
|
<groups>
|
||||||
|
<exclude>
|
||||||
|
<group>slow</group>
|
||||||
|
</exclude>
|
||||||
|
</groups>
|
||||||
|
|
||||||
<php>
|
<php>
|
||||||
<const name="dbms" value="mysqli"/>
|
<const name="dbms" value="mysqli"/>
|
||||||
<const name="dbhost" value="0.0.0.0" />
|
<const name="dbhost" value="0.0.0.0" />
|
||||||
|
@ -16,6 +16,12 @@
|
|||||||
</testsuite>
|
</testsuite>
|
||||||
</testsuites>
|
</testsuites>
|
||||||
|
|
||||||
|
<groups>
|
||||||
|
<exclude>
|
||||||
|
<group>slow</group>
|
||||||
|
</exclude>
|
||||||
|
</groups>
|
||||||
|
|
||||||
<php>
|
<php>
|
||||||
<!-- "Real" test database -->
|
<!-- "Real" test database -->
|
||||||
<!-- uncomment, otherwise sqlite memory runs -->
|
<!-- uncomment, otherwise sqlite memory runs -->
|
||||||
|
Reference in New Issue
Block a user