aboutsummaryrefslogtreecommitdiff
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
parent[task/travis] Some more small travis fixes (diff)
downloadphpbb-0ed66ad0e8d11c802520046b446aa5622a637df9.tar.gz
phpbb-0ed66ad0e8d11c802520046b446aa5622a637df9.tar.bz2
phpbb-0ed66ad0e8d11c802520046b446aa5622a637df9.zip
[task/travis] Exclude functional and slow tests
PHPBB3-10718
-rw-r--r--travis/phpunit-mysql-travis.xml6
-rw-r--r--travis/phpunit-postgres-travis.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/travis/phpunit-mysql-travis.xml b/travis/phpunit-mysql-travis.xml
index 807dfbcdaa..79215c8de1 100644
--- a/travis/phpunit-mysql-travis.xml
+++ b/travis/phpunit-mysql-travis.xml
@@ -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" />
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 -->