Skip to content

Commit 6c7666e

Browse files
committed
Merge remote-tracking branch 'github-magento/MAGETWO-59305' into EPAM-PR-5
2 parents 377f3e3 + 7811558 commit 6c7666e

File tree

1 file changed

+0
-2
lines changed
  • dev/tests/integration/testsuite/Magento/Elasticsearch/SearchAdapter

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/Elasticsearch/SearchAdapter/AdapterTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ public function testAdvancedSearchDateField($rangeFilter, $expectedRecordsCount)
314314
*/
315315
public function testAdvancedSearchCompositeProductWithOutOfStockOption()
316316
{
317-
$this->markTestSkipped('Filter of composite products with Out of Stock child not supported till MAGETWO-59305');
318317
parent::testAdvancedSearchCompositeProductWithOutOfStockOption();
319318
}
320319

@@ -326,7 +325,6 @@ public function testAdvancedSearchCompositeProductWithOutOfStockOption()
326325
*/
327326
public function testAdvancedSearchCompositeProductWithDisabledChild()
328327
{
329-
$this->markTestSkipped('Filter of composite products with Out of Stock child not supported till MAGETWO-59305');
330328
// Reindex Elastic Search since date_attribute data fixture added new fields to be indexed
331329
$this->reindexAll();
332330
parent::testAdvancedSearchCompositeProductWithDisabledChild();

0 commit comments

Comments
 (0)