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:
Diffstat (limited to 'tests/PHPUnit/System/BackwardsCompatibility1XTest.php')
-rw-r--r--tests/PHPUnit/System/BackwardsCompatibility1XTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 73bdb32cdc..582e1707d1 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -142,6 +142,10 @@ class BackwardsCompatibility1XTest extends SystemTestCase
// we test VisitFrequency explicitly
'VisitFrequency.get',
+ // do not test as label formats have changed
+ 'VisitTime.getVisitInformationPerLocalTime',
+ 'VisitTime.getVisitInformationPerServerTime',
+
// the Action.getPageTitles test fails for unknown reason, so skipping it
// eg. https://travis-ci.org/piwik/piwik/jobs/24449365
'Action.getPageTitles',