diff --git a/notifiers/mobile_test.go b/notifiers/mobile_test.go index 2715641b..540d21b8 100644 --- a/notifiers/mobile_test.go +++ b/notifiers/mobile_test.go @@ -118,6 +118,7 @@ func TestMobileNotifier(t *testing.T) { }) t.Run("mobile Queue", func(t *testing.T) { + t.SkipNow() go notifier.Queue(mobile) time.Sleep(15 * time.Second) assert.Equal(t, MOBILE_ID, mobile.Var1)