pull/78/head
Hunter Long 2018-10-03 03:59:36 -07:00
parent ca39fc73a4
commit ac2ce43499
1 changed files with 1 additions and 0 deletions

View File

@ -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")