mirror of
https://github.com/bitwarden/server.git
synced 2025-06-04 02:00:32 -05:00
Mark OrgUserPerTest as skipped
This commit is contained in:
parent
2bd74b3caa
commit
e844c9c773
@ -9,7 +9,7 @@ namespace Bit.Api.IntegrationTest.AdminConsole.Controllers;
|
||||
|
||||
public class OrganizationUsersControllerPerformanceTest(ITestOutputHelper testOutputHelper)
|
||||
{
|
||||
[Theory]
|
||||
[Theory(Skip = "Performance test")]
|
||||
[InlineData(100)]
|
||||
[InlineData(60000)]
|
||||
public async Task GetAsync(int seats)
|
||||
|
Loading…
x
Reference in New Issue
Block a user