Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Feb 21, 2024
1 parent 5ba4b94 commit 9fef304
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/e2e/05_tarball_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ func TestMultiPartPackage(t *testing.T) {

e2e.CleanFiles(deployPath, outputFile)


// Create the package with a max size of 20MB
stdOut, stdErr, err := e2e.Zarf("package", "create", createPath, "--max-package-size=20", "--confirm")
require.NoError(t, err, stdOut, stdErr)
Expand Down

0 comments on commit 9fef304

Please sign in to comment.