diff --git a/test/e2e/helm.go b/test/e2e/helm.go index aa527de77..475e588a3 100644 --- a/test/e2e/helm.go +++ b/test/e2e/helm.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import ( diff --git a/test/e2e/helm_test.go b/test/e2e/helm_test.go index ce4f40aee..9bedab317 100644 --- a/test/e2e/helm_test.go +++ b/test/e2e/helm_test.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import ( diff --git a/test/e2e/kubernetes.go b/test/e2e/kubernetes.go index bb15e839b..a4f2ff346 100644 --- a/test/e2e/kubernetes.go +++ b/test/e2e/kubernetes.go @@ -1,3 +1,5 @@ +// build +e2e + package e2e import (