temporarily disable test to avoid failures due to issues with api.spring.io

This commit is contained in:
Martin Lippert
2024-11-06 15:54:14 +01:00
parent 42586126a8
commit 1b2dcc67fd

View File

@@ -17,6 +17,7 @@ import static org.junit.jupiter.api.Assertions.assertTrue;
import java.util.List;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.springframework.beans.factory.annotation.Autowired;
@@ -55,6 +56,7 @@ public class ProjectGenerationsValidationTest {
@Test
@Disabled
void testProjectsInfoFromSpringIo() throws Exception {
SpringProjectsProvider cache = new SpringIoProjectsProvider(config, restTemplateFactory, harness.getServer().getProgressService(), harness.getServer().getMessageService(), -1);