aboutsummaryrefslogtreecommitdiffstats
path: root/travis/phpunit-postgres-travis.xml
diff options
context:
space:
mode:
authorMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-22 16:00:10 +0000
committerMichael Cullum <unknownbliss@phpbbdevelopers.net>2012-03-22 16:00:10 +0000
commit0ed66ad0e8d11c802520046b446aa5622a637df9 (patch)
tree167ff62b821d81c9a7942c7be1f52d618c3de7c2 /travis/phpunit-postgres-travis.xml
parent115ee7f3b815567cf598178225022b2d7d7f5310 (diff)
downloadforums-0ed66ad0e8d11c802520046b446aa5622a637df9.tar
forums-0ed66ad0e8d11c802520046b446aa5622a637df9.tar.gz
forums-0ed66ad0e8d11c802520046b446aa5622a637df9.tar.bz2
forums-0ed66ad0e8d11c802520046b446aa5622a637df9.tar.xz
forums-0ed66ad0e8d11c802520046b446aa5622a637df9.zip
[task/travis] Exclude functional and slow tests
PHPBB3-10718
Diffstat (limited to 'travis/phpunit-postgres-travis.xml')
-rw-r--r--travis/phpunit-postgres-travis.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/travis/phpunit-postgres-travis.xml b/travis/phpunit-postgres-travis.xml
index e44696a335..02db76ae78 100644
--- a/travis/phpunit-postgres-travis.xml
+++ b/travis/phpunit-postgres-travis.xml
@@ -16,6 +16,12 @@
</testsuite>
</testsuites>
+ <groups>
+ <exclude>
+ <group>slow</group>
+ </exclude>
+ </groups>
+
<php>
<!-- "Real" test database -->
<!-- uncomment, otherwise sqlite memory runs -->