Skip to content

Commit

Permalink
blind attempt to fix failing jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 5, 2023
1 parent 9e80a75 commit af790f9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ public class ImportRepositoryTest extends NinjaSpringTest {

private static final String PATH_MONKEY_ISLAND_SIMPLE_ZIP = "./target/org-monkey-island-simple.zip";

@BeforeClass
@BeforeClass(
dependsOnMethods = {"springTestContextPrepareTestInstance"}
)
@Override
public void beforeClass() throws Exception {
RepositoryDiag diag = repository.getRepositoryDiag();
Expand Down

0 comments on commit af790f9

Please sign in to comment.