Skip to content

Commit

Permalink
chore: disable ryuk
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Pivkin <[email protected]>
  • Loading branch information
nikpivkin authored and simar7 committed Nov 16, 2024
1 parent d307f65 commit ffe5da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/verify-bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"fmt"
"io"
"os"
"path/filepath"
"strings"

Expand Down Expand Up @@ -153,5 +154,6 @@ func assertInLogs(containerLogs, assertion string) bool {
}

func main() {
os.Setenv("TESTCONTAINERS_RYUK_DISABLED", "true")
LoadAndVerifyBundle()
}

0 comments on commit ffe5da6

Please sign in to comment.