From 07e8a8f6524eb1339c06bbaf155307a2a4a75f1e Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Thu, 3 Jan 2013 18:56:59 +0000 Subject: [PATCH] test git-svn-id: http://dev.piwik.org/svn/trunk@7727 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- tests/PHPUnit/Integration/NonUnicodeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit/Integration/NonUnicodeTest.php b/tests/PHPUnit/Integration/NonUnicodeTest.php index be14a7787d..a3e87c4c52 100755 --- a/tests/PHPUnit/Integration/NonUnicodeTest.php +++ b/tests/PHPUnit/Integration/NonUnicodeTest.php @@ -45,7 +45,7 @@ class Test_Piwik_Integration_NonUnicodeTest extends IntegrationTestCase 'Actions.getPageTitles', 'Actions.getPageUrls', 'Referers.getWebsites', - 'Live.getLastVisitsDetails', +// 'Live.getLastVisitsDetails', 'Actions.getLastVisitsDetails', ); -- GitLab