diff --git a/notifiers/telegram_test.go b/notifiers/telegram_test.go index 80efd6d2..329c7a48 100644 --- a/notifiers/telegram_test.go +++ b/notifiers/telegram_test.go @@ -40,6 +40,7 @@ func init() { } func TestTelegramNotifier(t *testing.T) { + t.Skip() db, err := database.OpenTester() require.Nil(t, err) db.AutoMigrate(¬ifications.Notification{})