diff --git a/zerver/tests/test_hooks.py b/zerver/tests/test_hooks.py index a7dfbe1a0c..1cceed1177 100644 --- a/zerver/tests/test_hooks.py +++ b/zerver/tests/test_hooks.py @@ -235,7 +235,6 @@ class BeanstalkHookTests(WebhookTestCase): content_type=None, **self.api_auth(self.TEST_USER_EMAIL)) - @slow(0.20, "lots of queries") def test_git_multiple(self): # type: () -> None expected_subject = "work-test" diff --git a/zerver/tests/test_signup.py b/zerver/tests/test_signup.py index 103908f58e..d4b749d010 100644 --- a/zerver/tests/test_signup.py +++ b/zerver/tests/test_signup.py @@ -450,7 +450,6 @@ so we didn't send them an invitation. We did send invitations to everyone else!" self.invite(external_address, ["Denmark"]), "Some emails did not validate, so we didn't send any invitations.") - @slow(0.20, 'inviting is slow') def test_invite_outside_domain_in_open_realm(self): # type: () -> None """