terraform: remove test

This commit is contained in:
Mitchell Hashimoto 2015-05-01 18:17:49 -07:00
parent 8f58367680
commit 1f10dfef2d
1 changed files with 0 additions and 16 deletions

View File

@ -136,22 +136,6 @@ func TestBuiltinGraphBuilder_cbdDepNonCbd_errorsWhenVerbose(t *testing.T) {
}
}
func TestBuiltinGraphBuilder_fuck(t *testing.T) {
b := &BuiltinGraphBuilder{
Providers: []string{"aws"},
Root: testModule(t, "validate-module-pc-inherit-unused"),
Validate: true,
}
g, err := b.Build(RootModulePath)
if err != nil {
t.Fatalf("err: %s", err)
}
println(g.String())
t.FailNow()
}
/*
TODO: This exposes a really bad bug we need to fix after we merge
the f-ast-branch. This bug still exists in master.