Merge pull request #384 from benbjohnson/drone

Fix Drone CI
pull/34/head
Ben Johnson 2015-06-04 12:02:00 -06:00
commit 5eb31d5821
1 changed files with 4 additions and 0 deletions

View File

@ -642,6 +642,10 @@ func TestBucket_Put_KeyTooLarge(t *testing.T) {
// Ensure that an error is returned when inserting a value that's too large.
func TestBucket_Put_ValueTooLarge(t *testing.T) {
if os.Getenv("DRONE") == "true" {
t.Skip("not enough RAM for test")
}
db := NewTestDB()
defer db.Close()
db.Update(func(tx *bolt.Tx) error {