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 f4470e3 commit cf2b0d6Copy full SHA for cf2b0d6
dev/tests/integration/testsuite/Magento/LayeredNavigation/Block/Navigation/Search/DecimalFilterTest.php
@@ -50,12 +50,13 @@ public function getFiltersWithCustomAttributeDataProvider(): array
50
'not_used_in_navigation' => [
51
'attribute_data' => ['is_filterable' => 0, 'is_filterable_in_search' => 0],
52
],
53
+ /*@toDo unskip current variation after MC-16650 is resolved
54
'used_in_navigation_with_results' => [
55
'attribute_data' => [
56
'is_filterable' => AbstractFilter::ATTRIBUTE_OPTIONS_ONLY_WITH_RESULTS,
57
'is_filterable_in_search' => 1,
58
- ],
59
+ ],*/
60
]
61
);
62
0 commit comments