Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2015-01-14 08:19:01 +0300
committermattab <matthieu.aubry@gmail.com>2015-01-14 08:19:01 +0300
commitba4abced481cc1e78be403bc3091bd2ebf163565 (patch)
tree5e798e25e19c8b5e9ab25767409626ff1e7a1db5 /tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
parent15321e928b34c9fd6fdf392255412928a1f317c4 (diff)
Add ability to customise the font family in HTML email reports
Diffstat (limited to 'tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php')
-rwxr-xr-xtests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
index c9fd4f04c5..872f725ad6 100755
--- a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
+++ b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysTest.php
@@ -37,6 +37,9 @@ class TwoVisitorsTwoWebsitesDifferentDaysTest extends SystemTestCase
*/
public function testApi($api, $params)
{
+ if(self::isTravisCI() && self::isPhpVersion53()) {
+ $this->markTestSkipped('This test fails on travis eg. https://travis-ci.org/piwik/piwik/jobs/46944264');
+ }
$this->runApiTests($api, $params);
}