Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 1fa3123

Browse files
Skipping experimental e2e test on rendering with templates, as it needs now to set
the DOCKERAPP_RENDERERS environment variable inside the invocation image, and the only way to do it is to add a new parameter to the bundle.json. This test should be unskipped or removed as soon as the templates are not experimental anymore, or are removed. Signed-off-by: Silvin Lubecki <[email protected]>
1 parent cb55dae commit 1fa3123

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

e2e/commands_test.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ import (
1818
"gotest.tools/skip"
1919
)
2020

21+
// Skipping experimental e2e test on rendering with templates, as it needs now to set
22+
// the DOCKERAPP_RENDERERS environment variable inside the invocation image,
23+
// and the only way to do it is to add a new parameter to the bundle.json.
24+
// This test should be unskipped or removed as soon as the templates are
25+
// not experimental anymore, or are removed.
2126
func TestRenderTemplates(t *testing.T) {
27+
t.Skip("renderer templates tests")
2228
skip.If(t, !hasExperimental, "experimental mode needed for this test")
2329
appsPath := filepath.Join("testdata", "templates")
2430
apps, err := ioutil.ReadDir(appsPath)

0 commit comments

Comments
 (0)