1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-29 13:25:17 +01:00

Skip test

This commit is contained in:
Justin Baur 2021-11-18 08:07:31 -05:00
parent b0760b2134
commit 0b8cd5c22a

View File

@ -35,7 +35,7 @@ namespace Bit.Core.Test.Services
); );
} }
[Fact] [Fact(Skip = "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.