Skip to content

Commit 78249de

Browse files
authored
Disable DeviceCodeFlowMsaTestAsync (#5265)
Update DeviceCodeFlowIntegrationTest.cs Disabling test DeviceCodeFlowMsaTestAsync
1 parent 597da2f commit 78249de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests/DeviceCodeFlowIntegrationTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public async Task ArlingtonDeviceCodeFlowAdfsTestAsync()
8484
[TestMethod]
8585
[Timeout(2 * 60 * 1000)] // 2 min timeout
8686
[TestCategory(TestCategories.MSA)]
87+
[Ignore("Currently failing due to environment")] //See https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5264
8788
public async Task DeviceCodeFlowMsaTestAsync()
8889
{
8990
LabResponse labResponse = await LabUserHelper.GetMsaUserAsync().ConfigureAwait(false);

0 commit comments

Comments
 (0)