We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b131f0 commit 3425378Copy full SHA for 3425378
integration/test_messaging.py
@@ -197,6 +197,7 @@ def test_send_all_500():
197
assert response.exception is None
198
assert re.match('^projects/.*/messages/.*$', response.message_id)
199
200
+@pytest.mark.skip(reason="Replaced with test_send_each_for_multicast")
201
def test_send_multicast():
202
multicast = messaging.MulticastMessage(
203
notification=messaging.Notification('Title', 'Body'),
0 commit comments