diff --git a/tests/integration/Main.test.php b/tests/integration/Main.test.php
index 64897cb20f85e808fb3218a525275392bbfef0b0..8e5672e6f530f208e58a461db33d98eb8c7fccf1 100644
--- a/tests/integration/Main.test.php
+++ b/tests/integration/Main.test.php
@@ -884,9 +884,7 @@ class Test_Piwik_Integration_Main extends Test_Integration
 			// 4 blobs for the Actions plugin, 7 blogs for UserSettings
 			'archive_blob_2010_12' => (4 + 7) * 2, 
 			// (VisitsSummary 5 metrics + 1 flag - no Unique visitors for range) + 2 Flags archive Actions/UserSettings + (Frequency 5 metrics + 1 flag) * 2 segments
-			// But VisitFrequency is not currently compatible with Segmentation, so it doesn't have a specific archive, we remove -5 metrics -1 flag 
-			//'archive_numeric_2010_12' => (6 + 2 + 6) * 2 - 6,   
-			'archive_numeric_2010_12' => 28,
+			'archive_numeric_2010_12' => (6 + 2 + 6) * 2,   
 		
 			// all "Range" records are in December
 			'archive_blob_2011_01' => 0,