Skip to content

Commit fade4b8

Browse files
committed
Skip batch send tests
1 parent d529398 commit fade4b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

integration/test_messaging.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ def test_send_each_for_multicast():
148148
assert response.exception is not None
149149
assert response.message_id is None
150150

151+
@pytest.mark.skip(reason="Replaced with test_send_each")
151152
def test_send_all():
152153
messages = [
153154
messaging.Message(
@@ -179,6 +180,7 @@ def test_send_all():
179180
assert isinstance(response.exception, exceptions.InvalidArgumentError)
180181
assert response.message_id is None
181182

183+
@pytest.mark.skip(reason="Replaced with test_send_each_500")
182184
def test_send_all_500():
183185
messages = []
184186
for msg_number in range(500):

0 commit comments

Comments
 (0)