diff --git a/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/parser/ExpressionsParsingTest.groovy b/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/parser/ExpressionsParsingTest.groovy index 9c89d0d3c954..d9cbda70b889 100644 --- a/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/parser/ExpressionsParsingTest.groovy +++ b/plugins/groovy/test/org/jetbrains/plugins/groovy/lang/parser/ExpressionsParsingTest.groovy @@ -1,8 +1,5 @@ // Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package org.jetbrains.plugins.groovy.lang.parser - -import com.intellij.idea.Bombed - /** * @author peter */ @@ -70,7 +67,6 @@ class ExpressionsParsingTest extends GroovyParsingTestCase { void testclosures$closparam6() throws Throwable { doTest() } - @Bombed(month = 6, day = 10, user = "daniil", description = "highlight in annotator, update the test") void testclosures$final_error() throws Throwable { doTest() } void testclosures$param6() throws Throwable { doTest() } @@ -216,7 +212,6 @@ class ExpressionsParsingTest extends GroovyParsingTestCase { void testanonymous$anonymous17() throws Throwable { doTest() } - @Bombed(month = 6, day = 10, user = "daniil", description = "highlight in annotator, update the test") void testnumbers() throws Throwable { doTest() } void testparenthed$exprInParenth() throws Throwable { doTest() }