Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Seros committed Jul 11, 2023
1 parent 2ba7a5f commit 7d2f5f6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,6 @@ public void test_GenerateGitScript_write() throws Exception {
} else {
assertThat("File extension not bat", FilenameUtils.getExtension(tempScriptFile.getName()), is("bat"));
}
WorkflowJob prj = r.createProject(WorkflowJob.class);

r.buildAndAssertSuccess(prj);

if(!isWindows()) {
assertThat(tempScriptFile.readToString(), containsString("Username*) cat"));
Expand Down

0 comments on commit 7d2f5f6

Please sign in to comment.