mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 06:18:52 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [task/travis] Exclude functional and slow tests
This commit is contained in:
commit
aef9f31325
2 changed files with 12 additions and 0 deletions
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue