Skip to content

Commit

Permalink
[JENKINS-26739] Suppress testConcurrentBuild until we can pick up a fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Mar 2, 2015
1 parent 23c1fd6 commit 5f011e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/hudson/matrix/MatrixProjectTest.java
Expand Up @@ -92,6 +92,7 @@
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 @@ -417,6 +418,7 @@ 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 5f011e8

Please sign in to comment.