pull/127/head
Hunter Long 2019-02-12 10:45:52 -08:00
parent e1a84c9ab8
commit 9ff6746497
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ func TestSassCLI(t *testing.T) {
}
func TestUpdateCLI(t *testing.T) {
t.SkipNow()
cmd := helperCommand(nil, "update")
var got = make(chan string)
commandAndSleep(cmd, time.Duration(15*time.Second), got)