Added @skip back to test_when_sender_has_no_relevance_to_local_activity(), for now.

Solving this will require diving into Masto's code.
issue-47
Marnanel Thurman 2020-10-26 22:33:29 +00:00
rodzic 4fbad0a949
commit 7def1ea478
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -484,12 +484,14 @@ class Tests(Create_TestCase):
msg = 'it creates status text',
)
@skip("""
# XXX What are the terms
# under which masto will decide that
# a sender has no relevance to local activity?
# Does it make a difference whether the message
# was submitted to the shared inbox?
# Check through masto's code.
""")
@httpretty.activate
def test_when_sender_has_no_relevance_to_local_activity(self):