Skip to content

Commit

Permalink
[JENKINS-33683] Do not restrict invisible action to single test
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergondza committed Mar 21, 2016
1 parent eefafb2 commit 4c02f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/test/java/hudson/model/ManagementLinkTest.java
Expand Up @@ -68,7 +68,7 @@ public void invisibleLinks() throws Exception {
assertEquals(null, j.jenkins.getDynamic("and_fail_trying"));
}

@TestExtension("invisibleLinks")
@TestExtension // Intentionally hooked in all tests
public static final class InvisibleManagementLink extends ManagementLink {

@Override
Expand Down

0 comments on commit 4c02f1d

Please sign in to comment.