We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4791039 commit 942bb19Copy full SHA for 942bb19
src/test/java/io/jenkins/plugins/git/forensics/blame/GitBlamerITest.java
@@ -5,6 +5,7 @@
5
6
import org.junit.ClassRule;
7
import org.junit.Test;
8
+import org.jvnet.hudson.test.Issue;
9
import org.jvnet.hudson.test.JenkinsRule;
10
11
import org.jenkinsci.plugins.gitclient.GitClient;
@@ -82,7 +83,7 @@ public void shouldCreateBlamesIfRequestIsExistingFile() {
82
83
/**
84
* Verifies that the last committer of the whole file is used if no specific line number is given.
85
*/
- @Test
86
+ @Test @Issue("JENKINS-59252")
87
public void shouldAssignLastCommitterIfNoLineNumberIsGiven() {
88
create2RevisionsWithDifferentAuthors();
89
0 commit comments