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

Skip tests by default

This commit is contained in:
Hinton 2025-04-24 14:04:22 +02:00
parent a4418bb775
commit 6e92ccf273
No known key found for this signature in database
GPG Key ID: 5F7295599C5D965C

View File

@ -31,7 +31,7 @@ public class OrganizationUsersControllerTest : IClassFixture<ApiApplicationFacto
return Task.CompletedTask;
}
[Fact]
[Fact(Skip = "Performance testing")]
public async Task Get_SmallOrg()
{
var db = _factory.GetDatabaseContext();
@ -54,7 +54,7 @@ public class OrganizationUsersControllerTest : IClassFixture<ApiApplicationFacto
_testOutputHelper.WriteLine($"Request duration: {stopwatch.ElapsedMilliseconds} ms");
}
[Fact]
[Fact(Skip = "Performance testing")]
public async Task Get_LargeOrg()
{
var db = _factory.GetDatabaseContext();