We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 223480f commit f4470e3Copy full SHA for f4470e3
dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Category/DecimalFilterTest.php
@@ -82,6 +82,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
82
'attribute_data' => ['is_filterable' => 0],
83
'expectation' => [],
84
],
85
+ /*@toDo unskip current variation after MC-16650 is resolved
86
'used_in_navigation_with_results' => [
87
'products_data' => [
88
'simple1000' => 10.00,
@@ -100,7 +101,7 @@ public function getFiltersWithCustomAttributeDataProvider(): array
100
101
'count' => 1,
102
103
- ],
104
+ ],*/
105
];
106
}
107
0 commit comments