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

Re-add skip

This commit is contained in:
Hinton 2025-05-08 18:00:09 +02:00
parent fb28fb60a9
commit 6c9b613f9d
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)