Skip to content

Commit

Permalink
Disable test that tries to connect to non-existing web api.
Browse files Browse the repository at this point in the history
  • Loading branch information
proksch committed Sep 7, 2023
1 parent e930228 commit 7788537
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
import eu.fasten.core.data.Constants;
import eu.fasten.core.data.metadatadb.MetadataDao;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.http.HttpStatus;
Expand Down Expand Up @@ -211,6 +212,7 @@ void searchPackageNamesNegativeTest() {
}

@Test
@Disabled
void getERCGLinkPositiveTest() throws IOException {
var packageName = "junit:junit";
var version = "4.12";
Expand Down

0 comments on commit 7788537

Please sign in to comment.