Skip uinimplemented tests and some cleanup

This commit is contained in:
Harshavardhana
2015-03-15 01:08:09 -07:00
parent 6990a64d01
commit 3f95c55067
4 changed files with 9 additions and 7 deletions

View File

@@ -34,7 +34,7 @@ type MySuite struct{}
var _ = Suite(&MySuite{})
func (s *MySuite) TestAPISuite(c *C) {
//c.Skip("Not implemented yet.")
c.Skip("Not implemented yet.")
var storageList []string
create := func() mstorage.Storage {
path, err := ioutil.TempDir(os.TempDir(), "minio-fs-")