Disabled tests because we don't have docker installed

This commit is contained in:
Alexey Odinokov
2020-06-15 05:09:47 +00:00
parent 1aca8b8b9e
commit 6e91e0667d
2 changed files with 4 additions and 3 deletions

View File

@@ -186,7 +186,7 @@ func (p *FnPlugin) invokePlugin(input []byte) ([]byte, error) {
err = p.runFns.Execute()
if err != nil {
return nil, errors.Wrap(
err, "couln't execute function")
err, "couldn't execute function")
}
//log.Printf("fn returned:\n%s\n", runFnsOut.String())