Skip to content

Commit

Permalink
Make ReadManifestStepTest.testRemotingJar pass on post-JWS Remoting
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed May 9, 2022
1 parent b7fcf87 commit 0fdc1f7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ public void testRemotingJar() throws Exception {
" assert man.main != null\n" +
" echo man.main['Version']\n" +
" assert man.main['Version'] == '" + remotingVersion + "'\n" +
" echo man.main['Application-Name']\n" +
" assert man.main['Application-Name'] == 'Jenkins Remoting Agent'\n" +
" assert man.entries['io/jenkins/remoting/shaded/org/kohsuke/args4j/spi/PatternOptionHandler.class']['SHA-256-Digest'] != null\n" +
"}\n"
, true));
WorkflowRun run = j.assertBuildStatusSuccess(p.scheduleBuild2(0));
Expand Down

0 comments on commit 0fdc1f7

Please sign in to comment.