telegram test

pull/239/head v0.80.63
hunterlong 2019-09-03 14:28:54 -07:00
parent 50ba485fcd
commit a19b5dcac8
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func init() {
}
func TestTelegramNotifier(t *testing.T) {
t.SkipNow()
t.Parallel()
if telegramToken == "" || telegramChannel == "" {
t.Log("Telegram notifier testing skipped, missing TELEGRAM_TOKEN and TELEGRAM_CHANNEL environment variable")