mirror of https://github.com/zulip/zulip.git
Revert "tests: Skip test_get_old_messages_with_search_pgroonga."
This reverts commit8ae7e7b451
. We believe this issue may have been fixed ine80279c2e4
.
This commit is contained in:
parent
e80279c2e4
commit
ec850e3053
|
@ -7,7 +7,6 @@ from django.test import override_settings
|
||||||
from sqlalchemy.sql import (
|
from sqlalchemy.sql import (
|
||||||
and_, select, column, compiler
|
and_, select, column, compiler
|
||||||
)
|
)
|
||||||
from unittest import skip
|
|
||||||
|
|
||||||
from zerver.models import (
|
from zerver.models import (
|
||||||
Realm, Recipient, Stream, Subscription, UserProfile, Attachment,
|
Realm, Recipient, Stream, Subscription, UserProfile, Attachment,
|
||||||
|
@ -564,7 +563,6 @@ class GetOldMessagesTest(ZulipTestCase):
|
||||||
meeting_message['match_content'],
|
meeting_message['match_content'],
|
||||||
'<p>I am hungry!</p>')
|
'<p>I am hungry!</p>')
|
||||||
|
|
||||||
@skip("Fails nondeterministically")
|
|
||||||
@override_settings(USING_PGROONGA=True)
|
@override_settings(USING_PGROONGA=True)
|
||||||
def test_get_old_messages_with_search_pgroonga(self):
|
def test_get_old_messages_with_search_pgroonga(self):
|
||||||
self.login("cordelia@zulip.com")
|
self.login("cordelia@zulip.com")
|
||||||
|
|
Loading…
Reference in New Issue