summaryrefslogtreecommitdiff
path: root/actions/recipe_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'actions/recipe_test.go')
-rw-r--r--actions/recipe_test.go22
1 files changed, 0 insertions, 22 deletions
diff --git a/actions/recipe_test.go b/actions/recipe_test.go
index de9d6ea..ef2a755 100644
--- a/actions/recipe_test.go
+++ b/actions/recipe_test.go
@@ -228,16 +228,6 @@ actions:
command: ok.sh
`,
}
- var recipeIncluded = subRecipe {
- "included.yaml",
- `
-architecture: amd64
-
-actions:
- - action: run
- command: ok.sh
-`,
- }
// test recipes
var tests = []testSubRecipe {
@@ -289,18 +279,6 @@ actions:
recipeArmhf,
"Expect architecture 'amd64' but got 'armhf'",
},
- {
- // Test included_recipe prevents parsing OK
- `
-architecture: amd64
-
-actions:
- - action: recipe
- recipe: included.yaml
-`,
- recipeIncluded,
- "", // Do not expect failure
- },
}
for _, test := range tests {