summaryrefslogtreecommitdiff
path: root/_test/phpunit.xml
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-04-25 10:20:14 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-04-25 10:20:14 +0200
commitbd8c2ebfb888520b80db00d3c1c6288be289862c (patch)
tree5cb6cbd617670157fe4a07ed598d435ac1ab302f /_test/phpunit.xml
parent7d986b28c67e25c25b73625af13967137a426d0f (diff)
downloadrpg-bd8c2ebfb888520b80db00d3c1c6288be289862c.tar.gz
rpg-bd8c2ebfb888520b80db00d3c1c6288be289862c.tar.bz2
introduce new "flaky" test group
this group is skipped by default
Diffstat (limited to '_test/phpunit.xml')
-rw-r--r--_test/phpunit.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/_test/phpunit.xml b/_test/phpunit.xml
index 25506b1ae..6e2509749 100644
--- a/_test/phpunit.xml
+++ b/_test/phpunit.xml
@@ -18,6 +18,12 @@
</testsuite>
</testsuites>
+ <groups>
+ <exclude>
+ <group>flaky</group>
+ </exclude>
+ </groups>
+
<filter>
<whitelist addUncoveredFilesFromWhitelist="false">
<directory suffix=".php">../</directory>