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) {
230
230
}
231
231
232
232
func TestSendAll (t * testing.T ) {
233
+ t .Skip ("Skipping integration tests for deprecated sendAll() API" )
233
234
messages := []* messaging.Message {
234
235
{
235
236
Notification : & messaging.Notification {
@@ -289,6 +290,7 @@ func TestSendAll(t *testing.T) {
289
290
}
290
291
291
292
func TestSendFiveHundred (t * testing.T ) {
293
+ t .Skip ("Skipping integration tests for deprecated sendAll() API" )
292
294
var messages []* messaging.Message
293
295
const limit = 500
294
296
for i := 0 ; i < limit ; i ++ {
@@ -322,6 +324,7 @@ func TestSendFiveHundred(t *testing.T) {
322
324
}
323
325
324
326
func TestSendMulticast (t * testing.T ) {
327
+ t .Skip ("Skipping integration tests for deprecated SendMulticast() API" )
325
328
message := & messaging.MulticastMessage {
326
329
Notification : & messaging.Notification {
327
330
Title : "title" ,
You can’t perform that action at this time.
0 commit comments