1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-06 19:28:08 +01: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()
{
// This test is only opt in and is more for development purposes.