From ac2ce43499e13fc604938715a75b906191145dca Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Wed, 3 Oct 2018 03:59:36 -0700 Subject: [PATCH] test --- notifiers/twilio_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/notifiers/twilio_test.go b/notifiers/twilio_test.go index 3e0b7990..748579c3 100644 --- a/notifiers/twilio_test.go +++ b/notifiers/twilio_test.go @@ -44,6 +44,7 @@ func init() { } func TestTwilioNotifier(t *testing.T) { + t.SkipNow() t.Parallel() if TWILIO_SID == "" || TWILIO_SECRET == "" || TWILIO_FROM == "" { t.Log("twilio notifier testing skipped, missing TWILIO_SID environment variable")