Skip to content

Commit 3425378

Browse files
committed
chore: Skip integration test for deprecated FCM API
1 parent 1b131f0 commit 3425378

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

integration/test_messaging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def test_send_all_500():
197197
assert response.exception is None
198198
assert re.match('^projects/.*/messages/.*$', response.message_id)
199199

200+
@pytest.mark.skip(reason="Replaced with test_send_each_for_multicast")
200201
def test_send_multicast():
201202
multicast = messaging.MulticastMessage(
202203
notification=messaging.Notification('Title', 'Body'),

0 commit comments

Comments
 (0)