Add question comment about the failing test

Signed-off-by: Akash Shinde <akashshinde159@gmail.com>
pull/6268/head
Akash Shinde 6 years ago
parent 6a04c9374f
commit f9d11100fe

@ -16,7 +16,9 @@ limitations under the License.
package repo package repo
import "testing" import (
"testing"
)
import "io/ioutil" import "io/ioutil"
import "os" import "os"
@ -198,6 +200,7 @@ func TestWriteFile(t *testing.T) {
} }
} }
// FIXME: Do we need this test ? It's failing since we don't need helm init.
//func TestRepoNotExists(t *testing.T) { //func TestRepoNotExists(t *testing.T) {
// _, err := LoadFile("/this/path/does/not/exist.yaml") // _, err := LoadFile("/this/path/does/not/exist.yaml")
// if err == nil { // if err == nil {

Loading…
Cancel
Save