Skip to content

Commit

Permalink
[JENKINS-50296] Had used wrong issue number
Browse files Browse the repository at this point in the history
  • Loading branch information
agentgonzo committed Mar 23, 2018
1 parent 44e1541 commit 7d13e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/java/hudson/model/ComputerTest.java
Expand Up @@ -38,7 +38,7 @@ public void testRelocate() throws Exception {
}
}

@Issue("JENKINS-42556")
@Issue("JENKINS-50296")
@Test
public void testThreadPoolForRemotingActsAsSystemUser() throws InterruptedException, ExecutionException {
Future<Authentication> job = Computer.threadPoolForRemoting.submit(Jenkins::getAuthentication);
Expand Down

0 comments on commit 7d13e17

Please sign in to comment.