If I take a test that asserts against the contents of django.core.mail.outbox, it will pass with LiveServerTestCase but fail with ChannelsLiveServerTestCase
Setting EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend" explicitly in my settings did not help.