Skip to content

Commit e0547d6

Browse files
committed
GraphQL-139: [BugFix] Show only active categories
-- skip tests with bad isolation
1 parent 71e751d commit e0547d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ class CategoryProductsVariantsTest extends GraphQlAbstract
2424
*/
2525
public function testGetSimpleProductsFromCategory()
2626
{
27+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/360');
2728

2829
$query
2930
= <<<QUERY

dev/tests/api-functional/testsuite/Magento/GraphQl/ConfigurableProduct/ConfigurableProductViewTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ class ConfigurableProductViewTest extends GraphQlAbstract
2828
*/
2929
public function testQueryConfigurableProductLinks()
3030
{
31+
$this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/361');
32+
3133
$productSku = 'configurable';
3234

3335
$query

0 commit comments

Comments
 (0)