Skip to content

Commit f4470e3

Browse files
author
OlgaVasyltsun
committed
MC-31720: Revert MC-16650: Product Attribute Type Price Not Displaying
1 parent 223480f commit f4470e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
8282
'attribute_data' => ['is_filterable' => 0],
8383
'expectation' => [],
8484
],
85+
/*@toDo unskip current variation after MC-16650 is resolved
8586
'used_in_navigation_with_results' => [
8687
'products_data' => [
8788
'simple1000' => 10.00,
@@ -100,7 +101,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
100101
'count' => 1,
101102
],
102103
],
103-
],
104+
],*/
104105
];
105106
}
106107
}

0 commit comments

Comments
 (0)