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>2014-04-16 03:57:32 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-16 03:57:32 +0400
commitb814811f817cfa5a63b0401f701d763ad5cfaa4d (patch)
tree2551858dad2a03f7321d01dabafc1e55cda53a1b
parenta00f05ef379717724c24b2eff8f926d620561a27 (diff)
Going after random test failures on php 5.3
-rw-r--r--tests/PHPUnit/Integration/ArchiveCronTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/PHPUnit/Integration/ArchiveCronTest.php b/tests/PHPUnit/Integration/ArchiveCronTest.php
index ff46ed34a8..61fc280b3d 100644
--- a/tests/PHPUnit/Integration/ArchiveCronTest.php
+++ b/tests/PHPUnit/Integration/ArchiveCronTest.php
@@ -83,6 +83,9 @@ class Test_Piwik_Integration_ArchiveCronTest extends IntegrationTestCase
*/
public function testArchivePhpCron()
{
+ if(self::isPhpVersion53()) {
+ $this->markTestSkipped('Fails on PHP 5.3 once in a blue moon.');
+ }
self::deleteArchiveTables();
$this->setLastRunArchiveOptions();