We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 597da2f commit 78249deCopy full SHA for 78249de
tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests/DeviceCodeFlowIntegrationTest.cs
@@ -84,6 +84,7 @@ public async Task ArlingtonDeviceCodeFlowAdfsTestAsync()
84
[TestMethod]
85
[Timeout(2 * 60 * 1000)] // 2 min timeout
86
[TestCategory(TestCategories.MSA)]
87
+ [Ignore("Currently failing due to environment")] //See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5264
88
public async Task DeviceCodeFlowMsaTestAsync()
89
{
90
LabResponse labResponse = await LabUserHelper.GetMsaUserAsync().ConfigureAwait(false);
0 commit comments