mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
make test not "performance" to enable more logging for diagnostics
GitOrigin-RevId: 83629f237d94238fbcb94083061fcb3c541cce3b
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0e73df6f84
commit
c0f0fbd78e
+1
-1
@@ -24,7 +24,7 @@ import com.intellij.testFramework.SkipSlowTestLocally;
|
||||
import org.intellij.lang.annotations.Language;
|
||||
|
||||
@SkipSlowTestLocally
|
||||
public class JavaSOEOnReparsePerformanceTest extends LightDaemonAnalyzerTestCase {
|
||||
public class JavaSOEOnReparseTest extends LightDaemonAnalyzerTestCase {
|
||||
private StringBuilder getHugeExpr() {
|
||||
int N = 100_000;
|
||||
String expr = "+\"b\"";
|
||||
Reference in New Issue
Block a user