Skip to content

Commit

Permalink
EDITORIAL: added reference to JENKINS-23129 to the two failing test c…
Browse files Browse the repository at this point in the history
…ases
  • Loading branch information
hm-ende committed May 21, 2014
1 parent 5cc9c24 commit 33abc5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/plugins/NodeLabelParameterPluginTest.java
Expand Up @@ -405,7 +405,7 @@ public void trigger_if_succeeds_with_failed_main_build() throws Exception {
* Note that in this case the main build action is still completed with status SUCCESS.
*/

@Test @WithPlugins("text-finder") @Ignore("")
@Test @WithPlugins("text-finder") @Bug("23129") @Ignore("Until JENKINS-23129 is fixed")
public void trigger_if_succeeds_with_failed_post_build_step() throws Exception {
FreeStyleJob j = jenkins.jobs.create();

Expand Down Expand Up @@ -459,7 +459,7 @@ public void trigger_if_succeeds_with_failed_post_build_step() throws Exception {
* Note that in this case the main build action is still completed with status SUCCESS.
*/

@Test @Ignore("")
@Test @Bug("23129") @Ignore("Until JENKINS-23129 is fixed")
public void trigger_if_succeeds_with_unstable_post_build_step() throws Exception {
FreeStyleJob j = jenkins.jobs.create();

Expand Down

0 comments on commit 33abc5f

Please sign in to comment.