Makes circle.yml run tests with the "-test.short" flag
This is due to longer tests which require more storage/memory than is granted to us by the circle test runner vms.
This commit is contained in:
@@ -213,7 +213,7 @@ func (suite *DriverSuite) TestWriteReadLargeStreams(c *check.C) {
|
||||
defer suite.StorageDriver.Delete(firstPart(filename))
|
||||
|
||||
checksum := sha1.New()
|
||||
var offset int64 = 0
|
||||
var offset int64
|
||||
var chunkSize int64 = 1024 * 1024
|
||||
|
||||
for i := 0; i < 5*1024; i++ {
|
||||
|
Reference in New Issue
Block a user