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 committed Nov 13, 2024
1 parent c4eec38 commit a0c5f30
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 a0c5f30

Please sign in to comment.