Revert "tests: Skip test_get_old_messages_with_search_pgroonga."

This reverts commit 8ae7e7b451.

We believe this issue may have been fixed in
e80279c2e4.
This commit is contained in:
Tim Abbott 2016-09-18 20:26:18 -07:00
parent e80279c2e4
commit ec850e3053
1 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ from django.test import override_settings
from sqlalchemy.sql import (
and_, select, column, compiler
)
from unittest import skip
from zerver.models import (
Realm, Recipient, Stream, Subscription, UserProfile, Attachment,
@ -564,7 +563,6 @@ class GetOldMessagesTest(ZulipTestCase):
meeting_message['match_content'],
'<p>I am hungry!</p>')
@skip("Fails nondeterministically")
@override_settings(USING_PGROONGA=True)
def test_get_old_messages_with_search_pgroonga(self):
self.login("cordelia@zulip.com")