mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Enable SpringJUnit5 Checkstyle rule
See gh-36496
Closes gh-36496
(cherry picked from commit 1256307c83)
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.fail;
|
||||
* @since 4.1
|
||||
*/
|
||||
@Disabled
|
||||
public class SpelCompilationPerformanceTests extends AbstractExpressionTests {
|
||||
class SpelCompilationPerformanceTests extends AbstractExpressionTests {
|
||||
|
||||
int count = 50000; // number of evaluations that are timed in one run
|
||||
|
||||
|
||||
Reference in New Issue
Block a user