[groovy] parser: defuse already fixed tests (IDEA-191728)

This commit is contained in:
Daniil Ovchinnikov
2018-05-22 15:25:15 +03:00
parent c69cba6c09
commit c1790bd529
@@ -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() }