Skip to content

Commit cf2b0d6

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ public function getFiltersWithCustomAttributeDataProvider(): array
5050
'not_used_in_navigation' => [
5151
'attribute_data' => ['is_filterable' => 0, 'is_filterable_in_search' => 0],
5252
],
53+
/*@toDo unskip current variation after MC-16650 is resolved
5354
'used_in_navigation_with_results' => [
5455
'attribute_data' => [
5556
'is_filterable' => AbstractFilter::ATTRIBUTE_OPTIONS_ONLY_WITH_RESULTS,
5657
'is_filterable_in_search' => 1,
5758
],
58-
],
59+
],*/
5960
]
6061
);
6162

0 commit comments

Comments
 (0)