On python 3, skip expected failures in backend tests.

This commit is contained in:
Eklavya Sharma
2016-07-12 11:30:47 +05:30
committed by Tim Abbott
parent 4868cd9969
commit 73a3c9fa47
10 changed files with 42 additions and 8 deletions

View File

@@ -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