Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Dec 20, 2024
1 parent 9b4dc97 commit ef10f74
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ static void beforeAll() throws Exception {
}

@AfterAll
static void afterAll() throws Exception {
Commons.cleanUp(IMAGE_NAME, K3S);
static void afterAll(){
manifests(Phase.DELETE, util, NAMESPACE);
}

Expand Down

0 comments on commit ef10f74

Please sign in to comment.