mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[groovy] parser: defuse already fixed tests (IDEA-191728)
This commit is contained in:
-5
@@ -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() }
|
||||
|
||||
Reference in New Issue
Block a user