mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
[maven][test] ignore unused test IDEA-357023
The behavior was broken long ago and the test masked the problem. GitOrigin-RevId: 0f048219ba93db3a0cb9e40ea048a4934be114ac
This commit is contained in:
committed by
intellij-monorepo-bot
parent
ac827f6063
commit
0948cd9997
@@ -1,18 +1,19 @@
|
||||
// Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||
package org.jetbrains.idea.maven.dom
|
||||
|
||||
import com.intellij.maven.testFramework.MavenDomTestCase
|
||||
import com.intellij.maven.testFramework.assertWithinTimeout
|
||||
import com.intellij.openapi.application.EDT
|
||||
import com.intellij.openapi.application.readAction
|
||||
import com.intellij.openapi.application.writeAction
|
||||
import com.intellij.psi.PsiManager
|
||||
import kotlinx.coroutines.Dispatchers
|
||||
import kotlinx.coroutines.runBlocking
|
||||
import kotlinx.coroutines.withContext
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
|
||||
|
||||
class MavenDomPathWithPropertyTest : MavenDomTestCase() {
|
||||
@Test
|
||||
@Ignore("IDEA-357023")
|
||||
fun testRename() = runBlocking {
|
||||
importProjectAsync(
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user