Skip to content

Commit

Permalink
Update InteractiveFlowTests.NetFwk.cs and Ignore failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gladjohn authored Aug 5, 2024
1 parent 52de2aa commit 0f9c36f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ public async Task Interactive_AdfsV4_FederatedAsync()
}

[RunOn(TargetFrameworks.NetCore)]
// See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4879
[Ignore]
public async Task InteractiveConsentPromptAsync()
{
var labResponse = await LabUserHelper.GetDefaultUserAsync().ConfigureAwait(false);
Expand Down

0 comments on commit 0f9c36f

Please sign in to comment.