1
0
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:
Hinton 2025-05-15 17:42:48 +02:00
parent 2bd74b3caa
commit e844c9c773
No known key found for this signature in database
GPG Key ID: 5F7295599C5D965C

View File

@ -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)