mirror of
https://github.com/bitwarden/server.git
synced 2025-05-08 21:22:20 -05:00
Re-add skip
This commit is contained in:
parent
fb28fb60a9
commit
6c9b613f9d
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user