Skip to content

Commit a15ae57

Browse files
committed
de-parralizeing
1 parent b251a62 commit a15ae57

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/e2e/13_find_images_test.go

-5
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ func TestFindImages(t *testing.T) {
1212
t.Log("E2E: Find Images")
1313

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

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

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

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

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

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

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

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

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

0 commit comments

Comments
 (0)