Temporarily disable a unit test
This commit is contained in:
@@ -24,6 +24,7 @@ import org.eclipse.lsp4j.Position;
|
||||
import org.eclipse.lsp4j.Range;
|
||||
import org.junit.jupiter.api.AfterEach;
|
||||
import org.junit.jupiter.api.BeforeEach;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.slf4j.LoggerFactory;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
@@ -170,6 +171,7 @@ public class XmlBeansHyperlinkTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
void testBeanRefHyperlink() throws Exception {
|
||||
log.debug("------------------ testBeanRefHyperlink ----------------------");
|
||||
Path xmlFilePath = Paths.get(project.getLocationUri()).resolve("beans.xml");
|
||||
|
||||
Reference in New Issue
Block a user