Skip to content

Commit c824872

Browse files
committed
Re-enable boot version validation test
1 parent 1b2dcc6 commit c824872

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

headless-services/spring-boot-language-server/src/test/java/org/springframework/ide/vscode/boot/validation/test/ProjectGenerationsValidationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import java.util.List;
1818

1919
import org.junit.jupiter.api.BeforeEach;
20-
import org.junit.jupiter.api.Disabled;
2120
import org.junit.jupiter.api.Test;
2221
import org.junit.jupiter.api.extension.ExtendWith;
2322
import org.springframework.beans.factory.annotation.Autowired;
@@ -56,7 +55,6 @@ public void setup() throws Exception {
5655

5756

5857
@Test
59-
@Disabled
6058
void testProjectsInfoFromSpringIo() throws Exception {
6159
SpringProjectsProvider cache = new SpringIoProjectsProvider(config, restTemplateFactory, harness.getServer().getProgressService(), harness.getServer().getMessageService(), -1);
6260

0 commit comments

Comments
 (0)