Skip to content

Commit

Permalink
Disable testGetBridges by the reason old version of gitlab in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamon committed Dec 6, 2023
1 parent 0a4e762 commit 4886960
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/test/java/org/gitlab4j/api/TestPipelineApi.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@
import org.gitlab4j.api.models.RepositoryFile;
import org.gitlab4j.api.models.Trigger;
import org.gitlab4j.api.models.Variable;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.*;
import org.junit.jupiter.api.extension.ExtendWith;

@Tag("integration")
Expand Down Expand Up @@ -355,6 +351,7 @@ public void testPipelineVariables() throws GitLabApiException {
}

@Test
@Disabled("disable till 'Move the test infrastructure to Testcontainers #925'")
public void testGetBridges() throws GitLabApiException {
Set<Bridge> bridges = gitLabApi.getPipelineApi().getBridgesStream(testProject, 4L, Constants.JobScope.SUCCESS).collect(Collectors.toSet());
assertNotNull(bridges);
Expand Down

0 comments on commit 4886960

Please sign in to comment.