Skip to content

Commit

Permalink
[JENKINS-49263] Remove SlaveTest from SmokeTest
Browse files Browse the repository at this point in the history
* AS it has shown symptoms of lack of robustness
  • Loading branch information
raul-arabaolaza committed Feb 13, 2018
1 parent f07816a commit 9098f4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/core/SlaveTest.java
Expand Up @@ -75,7 +75,6 @@ public void slave_disconnect_reconnect() throws ExecutionException, InterruptedE
}

@Test
@Category(SmokeTest.class)
public void tie_job_to_specified_label() throws Exception {
FreeStyleJob j = jenkins.jobs.create();
slave.configure();
Expand Down

0 comments on commit 9098f4a

Please sign in to comment.