File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ func TestSendEachForMulticast(t *testing.T) {
230230}
231231
232232func TestSendAll (t * testing.T ) {
233+ t .Skip ("Skipping integration tests for deprecated sendAll() API" )
233234 messages := []* messaging.Message {
234235 {
235236 Notification : & messaging.Notification {
@@ -289,6 +290,7 @@ func TestSendAll(t *testing.T) {
289290}
290291
291292func TestSendFiveHundred (t * testing.T ) {
293+ t .Skip ("Skipping integration tests for deprecated sendAll() API" )
292294 var messages []* messaging.Message
293295 const limit = 500
294296 for i := 0 ; i < limit ; i ++ {
@@ -322,6 +324,7 @@ func TestSendFiveHundred(t *testing.T) {
322324}
323325
324326func TestSendMulticast (t * testing.T ) {
327+ t .Skip ("Skipping integration tests for deprecated SendMulticast() API" )
325328 message := & messaging.MulticastMessage {
326329 Notification : & messaging.Notification {
327330 Title : "title" ,
You can’t perform that action at this time.
0 commit comments