mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[task/travis] Exclude functional and slow tests
PHPBB3-10718
This commit is contained in:
parent
115ee7f3b8
commit
0ed66ad0e8
2 changed files with 12 additions and 0 deletions
|
@ -16,6 +16,12 @@
|
|||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<groups>
|
||||
<exclude>
|
||||
<group>slow</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<php>
|
||||
<const name="dbms" value="mysqli"/>
|
||||
<const name="dbhost" value="0.0.0.0" />
|
||||
|
|
|
@ -16,6 +16,12 @@
|
|||
</testsuite>
|
||||
</testsuites>
|
||||
|
||||
<groups>
|
||||
<exclude>
|
||||
<group>slow</group>
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
<php>
|
||||
<!-- "Real" test database -->
|
||||
<!-- uncomment, otherwise sqlite memory runs -->
|
||||
|
|
Loading…
Add table
Reference in a new issue