From 9ff6746497196fe990b08f020d6c92840ec231fa Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Tue, 12 Feb 2019 10:45:52 -0800 Subject: [PATCH] test --- cmd/cli_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/cli_test.go b/cmd/cli_test.go index 5b8ecb4e..c9f311bd 100644 --- a/cmd/cli_test.go +++ b/cmd/cli_test.go @@ -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)