Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-26739] testConcurrentBuild should pass again as of 1.602.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jun 9, 2015
1 parent 99785b7 commit 6659211
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/hudson/matrix/MatrixProjectTest.java
Expand Up @@ -91,8 +91,6 @@
import java.util.Set;
import jenkins.model.Jenkins;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
import org.junit.Ignore;

import org.junit.Rule;
import org.junit.Test;
Expand Down Expand Up @@ -418,7 +416,6 @@ public void testTwoFileParams() throws Exception {
* Verifies that the concurrent build feature works, and makes sure
* that each gets its own unique workspace.
*/
@Ignore("TODO JENKINS-26739 known to fail until https://github.com/jenkinsci/jenkins/pull/1592")
@Test
public void testConcurrentBuild() throws Exception {
j.jenkins.setNumExecutors(10);
Expand Down

0 comments on commit 6659211

Please sign in to comment.