mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
On python 3, skip expected failures in backend tests.
This commit is contained in:
committed by
Tim Abbott
parent
4868cd9969
commit
73a3c9fa47
@@ -7,6 +7,7 @@ from zerver.lib.test_helpers import (
|
||||
AuthedTestCase,
|
||||
most_recent_message,
|
||||
most_recent_usermessage,
|
||||
skip_py3,
|
||||
)
|
||||
|
||||
from zerver.models import (
|
||||
@@ -66,6 +67,7 @@ class TestStreamEmailMessagesSuccess(AuthedTestCase):
|
||||
self.assertEqual(message.subject, incoming_valid_message['Subject'])
|
||||
|
||||
class TestStreamEmailMessagesEmptyBody(AuthedTestCase):
|
||||
@skip_py3
|
||||
def test_receive_stream_email_messages_empty_body(self):
|
||||
|
||||
# build dummy messages for stream
|
||||
|
||||
Reference in New Issue
Block a user