diff --git a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysArchivingDisabledTest.php b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysArchivingDisabledTest.php
index ae4c167010611dc81985ac52a20411284d248fbb..5e4c04a7d891b615ad20acdf5c577378a3d78cd1 100755
--- a/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysArchivingDisabledTest.php
+++ b/tests/PHPUnit/System/TwoVisitorsTwoWebsitesDifferentDaysArchivingDisabledTest.php
@@ -26,6 +26,9 @@ class TwoVisitorsTwoWebsitesDifferentDaysArchivingDisabledTest extends SystemTes
      */
     public function testApi($api, $params)
     {
+        if (self::isPhpVersion53() && self::isTravisCI()) {
+            $this->markTestSkipped("Skipping this test as it often fails on travis)");
+        }
         $this->runApiTests($api, $params);
     }