File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1643,9 +1643,9 @@ public function testSearchAndSortByRelevance()
1643
1643
$ productsInResponse = ['Blue briefs ' ,'Navy Blue Striped Shoes ' ,'Grey shorts ' ];
1644
1644
/** @var \Magento\Config\Model\Config $config */
1645
1645
$ config = Bootstrap::getObjectManager ()->get (\Magento \Config \Model \Config::class);
1646
- if (strpos ($ config ->getConfigDataValue ('catalog/search/engine ' ), 'elasticsearch ' ) !== false ) {
1647
- $ this ->markTestIncomplete ('MC-20716 ' );
1648
- }
1646
+ // if (strpos($config->getConfigDataValue('catalog/search/engine'), 'elasticsearch') !== false) {
1647
+ // $this->markTestIncomplete('MC-20716');
1648
+ // }
1649
1649
$ count = count ($ response ['products ' ]['items ' ]);
1650
1650
for ($ i = 0 ; $ i < $ count ; $ i ++) {
1651
1651
$ this ->assertEquals ($ productsInResponse [$ i ], $ response ['products ' ]['items ' ][$ i ]['name ' ]);
You can’t perform that action at this time.
0 commit comments