Skip to content

Commit

Permalink
[SECURITY-2551]
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Oct 13, 2022
1 parent 6dc969e commit e97a5aa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/hudson/plugins/nunit/NUnitPublisher.java
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,6 @@ public TestResult call() throws IOException {
existingTestResults.parse(buildTime, ds);
return existingTestResults;
}
}

/**
* {@inheritDoc}
*/
public void checkRoles(RoleChecker roleChecker) throws SecurityException {
// It is all right to run nunit-plugin on master or slave.
roleChecker.check(this, Roles.MASTER);
}
});
return result;
Expand Down

0 comments on commit e97a5aa

Please sign in to comment.