Skip to content

Commit 942bb19

Browse files
committed
Add reference to Jira issue.
1 parent 4791039 commit 942bb19

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/io/jenkins/plugins/git/forensics/blame/GitBlamerITest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
import org.junit.ClassRule;
77
import org.junit.Test;
8+
import org.jvnet.hudson.test.Issue;
89
import org.jvnet.hudson.test.JenkinsRule;
910

1011
import org.jenkinsci.plugins.gitclient.GitClient;
@@ -82,7 +83,7 @@ public void shouldCreateBlamesIfRequestIsExistingFile() {
8283
/**
8384
* Verifies that the last committer of the whole file is used if no specific line number is given.
8485
*/
85-
@Test
86+
@Test @Issue("JENKINS-59252")
8687
public void shouldAssignLastCommitterIfNoLineNumberIsGiven() {
8788
create2RevisionsWithDifferentAuthors();
8889

0 commit comments

Comments
 (0)