Temporarily disable a unit test

This commit is contained in:
aboyko
2023-12-11 16:46:07 -05:00
parent 2724480a3f
commit c5adef68e1

View File

@@ -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");