Skip to content

Commit

Permalink
disable flaky gitlab test (#1368)
Browse files Browse the repository at this point in the history
disable flaky test
  • Loading branch information
car-roll committed Sep 21, 2023
1 parent 5e76540 commit 51fbb1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/plugins/GitLabPluginTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.jenkinsci.test.acceptance.po.WorkflowJob;
import org.jenkinsci.test.acceptance.po.WorkflowMultiBranchJob;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;

Expand Down Expand Up @@ -158,6 +159,8 @@ public void testGitLabMultibranchPipeline() throws IOException, GitLabApiExcepti
container.deleteRepo(getPrivateTokenAdmin(), repoName);
}

// TODO: re-enable when flaky tests have been resolved. see: https://github.com/jenkinsci/acceptance-test-harness/pull/1365
@Ignore("flaky test")
@Test
public void gitLabGroupFolderOrganization() throws GitLabApiException, IOException {
createGroup();
Expand Down

0 comments on commit 51fbb1f

Please sign in to comment.