Skip to content

Commit 7c85cb8

Browse files
committed
MC-36671: Extend catalog GraphQl tests coverage
1 parent ed0c174 commit 7c85cb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductSearchAggregationsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ class ProductSearchAggregationsTest extends GraphQlAbstract
1717
*/
1818
public function testAggregationBooleanAttribute()
1919
{
20+
$this->markTestSkipped(
21+
'MC-22184: Elasticsearch returns incorrect aggregation options for booleans'
22+
. 'MC-36768: Custom attribute not appears in elasticsearch'
23+
);
24+
2025
$skus= '"search_product_1", "search_product_2", "search_product_3", "search_product_4" ,"search_product_5"';
2126
$query = <<<QUERY
2227
{

0 commit comments

Comments
 (0)