tests/phpunit - Flag 3 ornery test classes
authorTim Otten <totten@civicrm.org>
Sun, 17 Apr 2016 21:11:15 +0000 (14:11 -0700)
committerTim Otten <totten@civicrm.org>
Sun, 17 Apr 2016 21:11:15 +0000 (14:11 -0700)
commitc8ec0753a90fa4a70963b17971902778a0198316
tree43011d04337acec952fec14f8ecac92613c7b5c0
parentbf15c19167a870f5fb48e0bbf66ca1d489a02e45
tests/phpunit - Flag 3 ornery test classes

At the moment, a handful of tests in `CRM_AllTests` are failing (for
different reasons).  This creates a bind:

 * If we run `CRM_AllTests` as part of PR testing, then it will
   cause lots of annoyance and train people to disregard test outputs.
 * If we don't run `CRM_AllTests` as part of PR testing, then we're
   liable to get more regressions spotted too late.
 * Some of the failures don't appear to be trivial to resolve.

The idea here is to flag these particular tests as `ornery`.  For PRs, we'll
enable tests with `CRM_AllTests` but also `--exclude-group ornery`.
tests/phpunit/CRM/Dedupe/MergerTest.php
tests/phpunit/CRM/Financial/BAO/FinancialTypeTest.php
tests/phpunit/CRM/Group/Page/AjaxTest.php