Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed Oct 22, 2024
1 parent 95ab3f0 commit 23a59fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import static org.junit.jupiter.api.Assertions.fail;

@Tag(TestSuite.STANDARD)
@ResourceManager
@ResourceManager(asyncDeletion = false)
public abstract class StandardAbstract extends Abstract {

private static final Logger LOGGER = LoggerFactory.getLogger(StandardAbstract.class);
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/io/odh/test/e2e/upgrade/UpgradeAbstract.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import java.io.IOException;

@Tag(TestSuite.UPGRADE)
@ResourceManager
@ResourceManager(asyncDeletion = false)
public abstract class UpgradeAbstract extends Abstract {

protected void deployDsc(String name) {
Expand Down

0 comments on commit 23a59fb

Please sign in to comment.