1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

Skip local test

This commit is contained in:
Justin Baur
2021-11-15 14:54:06 -05:00
parent 6dab6d3428
commit 50398fe0f8

View File

@ -35,7 +35,7 @@ namespace Bit.Core.Test.Services
); );
} }
[Fact] [Fact(Skip = "Only for local development")]
public async Task SendAllEmails() public async Task SendAllEmails()
{ {
// This test is only opt in and is more for development purposes. // This test is only opt in and is more for development purposes.