Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
hello-stephen committed Jan 11, 2025
1 parent c3a7581 commit d17cff4
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
import org.codehaus.groovy.runtime.IOGroovyMethods

suite("inject_hdfs_load_error", "nonConcurrent") {
if (!isCloudMode()) {
logger.info("skip create storgage vault case")
return
}
if (!enableStoragevault()) {
logger.info("skip create storgage vault case")
return
Expand Down

0 comments on commit d17cff4

Please sign in to comment.