Skip to content

Commit

Permalink
temporarily disable test to avoid failures due to issues with api.spr…
Browse files Browse the repository at this point in the history
…ing.io
  • Loading branch information
martinlippert committed Nov 6, 2024
1 parent 4258612 commit 1b2dcc6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
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;
Expand Down Expand Up @@ -55,6 +56,7 @@ public void setup() throws Exception {


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

Expand Down

0 comments on commit 1b2dcc6

Please sign in to comment.