Skip to content

Commit 2866080

Browse files
committed
fix: Removing expected failure here
1 parent af04a1e commit 2866080

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

test/integration_stacks_test.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,18 +1009,6 @@ func TestStacksNoStackDirDirectoryCreated(t *testing.T) {
10091009
assert.NoDirExists(t, path)
10101010
}
10111011

1012-
func TestStacksNoStackCommandFail(t *testing.T) {
1013-
t.Parallel()
1014-
1015-
helpers.CleanupTerraformFolder(t, testFixtureNoStackNoDir)
1016-
tmpEnvPath := helpers.CopyEnvironment(t, testFixtureNoStackNoDir)
1017-
rootPath := util.JoinPath(tmpEnvPath, testFixtureNoStackNoDir, "live")
1018-
1019-
_, _, err := helpers.RunTerragruntCommandWithOutput(t, "terragrunt stack run apply --non-interactive --working-dir "+rootPath)
1020-
require.Error(t, err)
1021-
assert.Contains(t, err.Error(), "Stack directory does not exist or is not accessible")
1022-
}
1023-
10241012
func TestStacksGeneratePrintWarning(t *testing.T) {
10251013
t.Parallel()
10261014

0 commit comments

Comments
 (0)