diff --git a/tests/PHPUnit/Integration/ArchiveInvalidationTest.php b/tests/PHPUnit/Integration/ArchiveInvalidationTest.php
index 89abdb92f1cd9e1c034a2c492a36e822ab2dca5e..c9f350ba723851c486fc7665977c4b4cdb51eb3e 100644
--- a/tests/PHPUnit/Integration/ArchiveInvalidationTest.php
+++ b/tests/PHPUnit/Integration/ArchiveInvalidationTest.php
@@ -41,12 +41,6 @@ class ArchiveInvalidationTest extends IntegrationTestCase
         // We test a typical Numeric and a Recursive blob reports
         $apiToCall = array('VisitsSummary.get', 'Actions.getPageUrls');
 
-        // We also test a segment
-//        $segmentsToTest = array(
-//            // array( SegmentString , TestSuffix , Array of API to test)
-//            array("pageUrl=@category/", '_SegmentPageUrlContains', $apiToCall),
-//        );
-
         // Build tests for the 2 websites
         return array(
             array($apiToCall, array('idSite'                 => self::$fixture->idSite1,