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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user