Skip to content

Commit

Permalink
disable gitlab source connector unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Feb 5, 2019
1 parent 550b86a commit 2c8dc91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void testGetProjects() throws GitLabException, SourceConnectorException {
* Test method for {@link io.apicurio.hub.api.gitlab.GitLabSourceConnector#getBranches(String, String)}.
*/
@Test
@Ignore
public void testGetBranches() throws GitLabException, SourceConnectorException {
Collection<SourceCodeBranch> branches = service.getBranches("Apicurio", "api-samples");
Assert.assertNotNull(branches);
Expand Down

0 comments on commit 2c8dc91

Please sign in to comment.