Skip to content

Commit 7bd3aff

Browse files
committed
MC-33231: Stabilize Integration tests to work with elasticsearch
- Added jenkins static failures fix on algorithm base test
1 parent 8e85484 commit 7bd3aff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/AlgorithmBaseTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ public function testPricesSegmentation($categoryId, array $entityIds, array $int
123123

124124
// Algorithm should use less than 10M
125125
$this->assertLessThan(10 * 1024 * 1024, memory_get_usage() - $memoryUsedBefore);
126-
127126
}
128127

129128
/**

0 commit comments

Comments
 (0)