Skip to content

Commit d75ac52

Browse files
committed
Add JENKINS-58964 issue annotation to test
1 parent 6e1cb65 commit d75ac52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/jenkins/plugins/git/ModernScmTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.jenkinsci.plugins.workflow.libs.SCMSourceRetriever;
2929
import org.junit.Rule;
3030
import org.junit.Test;
31+
import org.jvnet.hudson.test.Issue;
3132
import org.jvnet.hudson.test.JenkinsRule;
3233

3334
import static org.hamcrest.Matchers.contains;
@@ -40,6 +41,7 @@ public class ModernScmTest {
4041
public JenkinsRule jenkins = new JenkinsRule();
4142

4243
@Test
44+
@Issue("JENKINS-58964")
4345
public void gitIsModernScm() {
4446
SCMSourceRetriever.DescriptorImpl descriptor = ExtensionList.lookupSingleton(SCMSourceRetriever.DescriptorImpl.class);
4547
assertThat(descriptor.getSCMDescriptors(), contains(instanceOf(GitSCMSource.DescriptorImpl.class)));

0 commit comments

Comments
 (0)