Skip to content

Commit

Permalink
Disable broken test (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Dec 21, 2023
1 parent 7bf2780 commit 1f28eb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Auth0.ManagementApi.IntegrationTests/UserBlockTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1f28eb7

Please sign in to comment.