Add DmarcDnsTestsMixin to ReviewRequestSiteRootURLTests email tests.

Review Request #12822 — Created Feb. 2, 2023 and submitted — Latest diff uploaded

Information

Review Board
release-6.x

Reviewers

While disconnected from the internet, I was hitting timeouts running the
ReviewRequestSiteRootURLTests suite, due to actually hitting DNS to
check DMARC records. We have a mixin for tests that might encounter
this, which stubs out the checks. This change adds it.

Ran unit tests.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Add DmarcDnsTestsMixin to ReviewRequestSiteRootURLTests email tests.
While disconnected from the internet, I was hitting timeouts running the `ReviewRequestSiteRootURLTests` suite, due to actually hitting DNS to check DMARC records. We have a mixin for tests that might encounter this, which stubs out the checks. This change adds it. Testing Done: Ran unit tests.
1a15b709928a716c37bb536bf5ae771717a3d959 David Trowbridge
reviewboard/notifications/tests/test_email_sending.py
Loading...