From 86baf1c6f379e61c1c934f4b87ddb33a2e80f3e2 Mon Sep 17 00:00:00 2001
From: mattab <matthieu.aubry@gmail.com>
Date: Thu, 6 Oct 2016 15:38:51 +1300
Subject: [PATCH] Fix system test

---
 tests/PHPUnit/System/BackwardsCompatibility1XTest.php | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
index 677272593d..68de1b1e3c 100644
--- a/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
+++ b/tests/PHPUnit/System/BackwardsCompatibility1XTest.php
@@ -135,6 +135,10 @@ class BackwardsCompatibility1XTest extends SystemTestCase
             'Actions.get',
             'Actions.getOutlink',
             'Actions.getOutlinks',
+
+            // system settings such as enable_plugin_update_communication are enabled by default in newest version,
+            // but ugpraded Piwik are not
+            'CorePluginsAdmin.getSystemSettings'
         );
 
         $apiNotToCall = array_merge($apiNotToCall, $reportsToCompareSeparately);
-- 
GitLab