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:
parent
a4418bb775
commit
6e92ccf273
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user