Skip to content

Commit

Permalink
de-parralizeing
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinAbro321 committed Mar 6, 2024
1 parent b251a62 commit a15ae57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/test/e2e/13_find_images_test.go
Expand Up @@ -12,7 +12,6 @@ func TestFindImages(t *testing.T) {
t.Log("E2E: Find Images")

t.Run("zarf prepare find-images", func(t *testing.T) {
t.Parallel()
// Test `zarf prepare find-images` for a remote asset
stdOut, stdErr, err := e2e.Zarf("prepare", "find-images", "examples/helm-charts")
require.NoError(t, err, stdOut, stdErr)
Expand All @@ -24,7 +23,6 @@ func TestFindImages(t *testing.T) {
})

t.Run("zarf prepare find-images --kube-version", func(t *testing.T) {
t.Parallel()
controllerImageWithTag := "quay.io/jetstack/cert-manager-controller:v1.11.1"
controlImageWithSignature := "quay.io/jetstack/cert-manager-controller:sha256-4f1782c8316f34aae6b9ab823c3e6b7e6e4d92ec5dac21de6a17c3da44c364f1.sig"

Expand All @@ -43,7 +41,6 @@ func TestFindImages(t *testing.T) {
})

t.Run("zarf dev find-images with helm or manifest vars", func(t *testing.T) {
t.Parallel()

registry := "coolregistry.gov"
agentTag := "test"
Expand All @@ -62,7 +59,6 @@ func TestFindImages(t *testing.T) {
})

t.Run("zarf test find images --why w/ helm chart success", func(t *testing.T) {
t.Parallel()

testPackagePath := filepath.Join("examples", "wordpress")
stdOut, _, err := e2e.Zarf("dev", "find-images", testPackagePath, "--why", "docker.io/bitnami/apache-exporter:0.13.3-debian-11-r2")
Expand All @@ -73,7 +69,6 @@ func TestFindImages(t *testing.T) {
})

t.Run("zarf test find images --why w/ manifests success", func(t *testing.T) {
t.Parallel()

testPackagePath := filepath.Join("examples", "manifests")

Expand Down

0 comments on commit a15ae57

Please sign in to comment.