Skip to content

Commit

Permalink
cleanup test
Browse files Browse the repository at this point in the history
Signed-off-by: razzle <[email protected]>
  • Loading branch information
Noxsios committed Oct 25, 2023
1 parent 620feb8 commit da8affc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
6 changes: 2 additions & 4 deletions src/test/e2e/52_oci_compose_differential_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"testing"

"github.com/defenseunicorns/zarf/src/pkg/utils"
"github.com/defenseunicorns/zarf/src/pkg/utils/exec"
"github.com/defenseunicorns/zarf/src/types"
"github.com/mholt/archiver/v3"
"github.com/stretchr/testify/require"
Expand All @@ -31,7 +30,7 @@ var (
differentialPackageName = ""
normalPackageName = ""
examplePackagePath = filepath.Join("examples", "helm-charts")
anotherPackagePath = filepath.Join("src", "test", "packages", "52-oci-differential")
anotherPackagePath = filepath.Join("src", "test", "packages", "52-differential")
)

func (suite *OCIDifferentialSuite) SetupSuite() {
Expand All @@ -46,8 +45,7 @@ func (suite *OCIDifferentialSuite) SetupSuite() {
}

func (suite *OCIDifferentialSuite) TearDownSuite() {
_, _, err := exec.Cmd("docker", "rm", "-f", "registry")
suite.NoError(err)
e2e.TeardownRegistry(suite.T(), 555)
}

func (suite *OCIDifferentialSuite) Test_0_Create_Differential_OCI() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ metadata:
version: "###ZARF_PKG_TMPL_PACKAGE_VERSION###"

components:
- name: demo-helm-oci-chart
required: true
import:
url: oci://127.0.0.1:555/helm-charts:0.0.1-skeleton

- name: versioned-assets
import:
path: ../../packages/08-differential-package
Expand Down
7 changes: 0 additions & 7 deletions src/test/packages/52-oci-differential/README.md

This file was deleted.

0 comments on commit da8affc

Please sign in to comment.