@@ -12,7 +12,6 @@ func TestFindImages(t *testing.T) {
12
12
t .Log ("E2E: Find Images" )
13
13
14
14
t .Run ("zarf prepare find-images" , func (t * testing.T ) {
15
- t .Parallel ()
16
15
// Test `zarf prepare find-images` for a remote asset
17
16
stdOut , stdErr , err := e2e .Zarf ("prepare" , "find-images" , "examples/helm-charts" )
18
17
require .NoError (t , err , stdOut , stdErr )
@@ -24,7 +23,6 @@ func TestFindImages(t *testing.T) {
24
23
})
25
24
26
25
t .Run ("zarf prepare find-images --kube-version" , func (t * testing.T ) {
27
- t .Parallel ()
28
26
controllerImageWithTag := "quay.io/jetstack/cert-manager-controller:v1.11.1"
29
27
controlImageWithSignature := "quay.io/jetstack/cert-manager-controller:sha256-4f1782c8316f34aae6b9ab823c3e6b7e6e4d92ec5dac21de6a17c3da44c364f1.sig"
30
28
@@ -43,7 +41,6 @@ func TestFindImages(t *testing.T) {
43
41
})
44
42
45
43
t .Run ("zarf dev find-images with helm or manifest vars" , func (t * testing.T ) {
46
- t .Parallel ()
47
44
48
45
registry := "coolregistry.gov"
49
46
agentTag := "test"
@@ -62,7 +59,6 @@ func TestFindImages(t *testing.T) {
62
59
})
63
60
64
61
t .Run ("zarf test find images --why w/ helm chart success" , func (t * testing.T ) {
65
- t .Parallel ()
66
62
67
63
testPackagePath := filepath .Join ("examples" , "wordpress" )
68
64
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) {
73
69
})
74
70
75
71
t .Run ("zarf test find images --why w/ manifests success" , func (t * testing.T ) {
76
- t .Parallel ()
77
72
78
73
testPackagePath := filepath .Join ("examples" , "manifests" )
79
74
0 commit comments