From 7714334dee2f1f5353183867ac6f5955f121e15f Mon Sep 17 00:00:00 2001
From: Thomas Steur <thomas.steur@googlemail.com>
Date: Mon, 3 Mar 2014 01:25:00 +0100
Subject: [PATCH] refs #57 do not call Insights API in integration tests

---
 tests/PHPUnit/IntegrationTestCase.php | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 701f87b3a7..c031074125 100755
--- a/tests/PHPUnit/IntegrationTestCase.php
+++ b/tests/PHPUnit/IntegrationTestCase.php
@@ -273,7 +273,8 @@ abstract class IntegrationTestCase extends PHPUnit_Framework_TestCase
         'UserCountry.getLocationFromIP',
         'Dashboard',
         'ExamplePluginTemplate',
-        'CustomAlerts'
+        'CustomAlerts',
+        'Insights'
     );
 
     const DEFAULT_USER_PASSWORD = 'nopass';
-- 
GitLab