mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Skip uinimplemented tests and some cleanup
This commit is contained in:
@@ -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-")
|
||||
|
||||
Reference in New Issue
Block a user