From fcf5942e95c7fa1d7efa860d92a1f7bb35ae05b7 Mon Sep 17 00:00:00 2001 From: "Gregory.Shrago" Date: Thu, 8 Sep 2011 14:12:12 +0400 Subject: [PATCH] finally commented --- .../intellij/codeInsight/daemon/UnusedSymbolLocalTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/UnusedSymbolLocalTest.java b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/UnusedSymbolLocalTest.java index adf7354207da..7d0810470593 100644 --- a/java/java-tests/testSrc/com/intellij/codeInsight/daemon/UnusedSymbolLocalTest.java +++ b/java/java-tests/testSrc/com/intellij/codeInsight/daemon/UnusedSymbolLocalTest.java @@ -23,8 +23,8 @@ public class UnusedSymbolLocalTest extends DaemonAnalyzerTestCase { public void testInnerClass() throws Exception { doTest(); } public void testInnerUsesSelf() throws Exception { doTest(); } public void testLocalClass() throws Exception { doTest(); } - @Bombed(day = 5, month = Calendar.SEPTEMBER, user = "anet") - public void testInjectedAnno() throws Exception { doTest(); } + //@Bombed(day = 5, month = Calendar.SEPTEMBER, user = "anet") + //public void testInjectedAnno() throws Exception { doTest(); } public void testChangeInsideCodeBlock() throws Exception { doTest();