diff --git a/dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php b/dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php index babc5f9d0a5eca28fcf522304d46bb946759ac40..4815f8adddaa5ae94101de9ae2a73c3f68267ebf 100644 --- a/dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php +++ b/dev/tests/integration/testsuite/Magento/Reports/Model/Resource/Report/Product/Viewed/CollectionTest.php @@ -119,12 +119,6 @@ class CollectionTest extends \PHPUnit_Framework_TestCase 'date_from' => $dateYearAgo, 'date_to' => null, ], - [ - 'period' => 'month', - 'table' => 'report_viewed_product_aggregated_yearly', - 'date_from' => null, - 'date_to' => $dateNow, - ], [ 'period' => 'year', 'table' => 'report_viewed_product_aggregated_yearly',