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 d529398 commit fade4b8Copy full SHA for fade4b8
integration/test_messaging.py
@@ -148,6 +148,7 @@ def test_send_each_for_multicast():
148
assert response.exception is not None
149
assert response.message_id is None
150
151
+@pytest.mark.skip(reason="Replaced with test_send_each")
152
def test_send_all():
153
messages = [
154
messaging.Message(
@@ -179,6 +180,7 @@ def test_send_all():
179
180
assert isinstance(response.exception, exceptions.InvalidArgumentError)
181
182
183
+@pytest.mark.skip(reason="Replaced with test_send_each_500")
184
def test_send_all_500():
185
messages = []
186
for msg_number in range(500):
0 commit comments