diff --git a/tests/PHPUnit/IntegrationTestCase.php b/tests/PHPUnit/IntegrationTestCase.php
index 701f87b3a7f1a51f8f340aa8206556375c6092f6..c031074125e579a0199b2ae64445d195f1345595 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';