Unskip working test

This commit is contained in:
Luke Kysow
2019-03-13 14:05:40 -05:00
parent 6b6ef07cc7
commit 80f6b99397

View File

@@ -161,8 +161,6 @@ func TestDefaultClient_RunCommandAsync_Success(t *testing.T) {
}
func TestDefaultClient_RunCommandAsync_BigOutput(t *testing.T) {
// todo: figure out why larger outputs cause everything to block.
t.Skip()
v, err := version.NewVersion("0.11.11")
Ok(t, err)
tmp, cleanup := TempDir(t)