[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:
Nikita.Skvortsov
2024-08-02 11:19:12 +02:00
committed by intellij-monorepo-bot
parent ac827f6063
commit 0948cd9997

View File

@@ -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(
"""