From 1f28eb7eadf7e2e576e4bef077693238be79c95d Mon Sep 17 00:00:00 2001 From: Frederik Prijck Date: Thu, 21 Dec 2023 13:22:10 +0100 Subject: [PATCH] Disable broken test (#689) --- tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs b/tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs index 0917ba238..0903a97a4 100644 --- a/tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs +++ b/tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs @@ -104,7 +104,7 @@ await fixture.TestAuthenticationApiClient.GetTokenAsync(new ResourceOwnerTokenRe } while (!userBlocked && attempts < 20); // Add failsafe to stop if we go over 20 attempts. User should be blocked by then, but just to make sure... } - [Fact] + [Fact(Skip = "Flakey - Run Manually")] public async Task Test_user_blocks_by_identifier() { // Check we should have 1 block for the user @@ -120,7 +120,7 @@ public async Task Test_user_blocks_by_identifier() } - [Fact] + [Fact(Skip = "Flakey - Run Manually")] public async Task Test_user_blocks_by_userid() { // Check we should have 1 block for the user