make test not "performance" to enable more logging for diagnostics

GitOrigin-RevId: 83629f237d94238fbcb94083061fcb3c541cce3b
This commit is contained in:
Alexey Kudravtsev
2020-01-16 08:11:51 +00:00
committed by intellij-monorepo-bot
parent 0e73df6f84
commit c0f0fbd78e
@@ -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\"";