1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-04 09:32:48 -05:00

Re-add skip

This commit is contained in:
Hinton
2025-05-08 18:00:09 +02:00
parent fb28fb60a9
commit 6c9b613f9d

View File

@ -9,7 +9,7 @@ namespace Bit.Api.IntegrationTest.AdminConsole.Controllers;
public class OrganizationUsersControllerPerformanceTest(ITestOutputHelper testOutputHelper) public class OrganizationUsersControllerPerformanceTest(ITestOutputHelper testOutputHelper)
{ {
[Theory] [Theory(Skip = "Performance test")]
[InlineData(100)] [InlineData(100)]
[InlineData(60000)] [InlineData(60000)]
public async Task GetAsync(int seats) public async Task GetAsync(int seats)