Skip to content

Commit

Permalink
Format of test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKosicky committed Aug 4, 2022
1 parent 1ee0192 commit 779f53c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ public class CpsScmFlowDefinitionTest {
r.assertLogContains("version one", b);
}

@Test public void lightweight_brach_parametrised() throws Exception {
@Issue("JENKINS-42971")
@Test
public void lightweight_brach_parametrised() throws Exception {
LoggerRule lr = new LoggerRule();
lr.record(GitSCMFileSystem.class.getName(), Level.ALL).capture(4024);

Expand Down

0 comments on commit 779f53c

Please sign in to comment.