Commit 05d5ff47 authored by Xiang Dai's avatar Xiang Dai

update test

Signed-off-by: 's avatarXiang Dai <764524258@qq.com>
parent b49f4269
...@@ -37,15 +37,6 @@ func TestResolve(t *testing.T) { ...@@ -37,15 +37,6 @@ func TestResolve(t *testing.T) {
}, },
err: true, err: true,
}, },
{
name: "cache index failure",
req: &chartutil.Requirements{
Dependencies: []*chartutil.Dependency{
{Name: "oedipus-rex", Repository: "http://example.com", Version: "1.0.0"},
},
},
err: true,
},
{ {
name: "chart not found failure", name: "chart not found failure",
req: &chartutil.Requirements{ req: &chartutil.Requirements{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment