From c1790bd529c6754690f611beabe8bddacb2aa405 Mon Sep 17 00:00:00 2001 From: Daniil Ovchinnikov Date: Tue, 22 May 2018 15:24:16 +0300 Subject: [PATCH] [groovy] parser: defuse already fixed tests (IDEA-191728) --- .../plugins/groovy/lang/parser/ExpressionsParsingTest.groovy | 5 ----- 1 file changed, 5 deletions(-) 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() }