Skip to content

Commit 6e1a822

Browse files
Disable failing tests (#5241)
1 parent 5321770 commit 6e1a822

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests/InteractiveFlowTests.NetFwk.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ public async Task Arlington_Interactive_AADAsync()
6060
await RunTestForUserAsync(labResponse, false).ConfigureAwait(false);
6161
}
6262

63-
[RunOn(TargetFrameworks.NetCore)]
64-
[TestCategory(TestCategories.MSA)]
63+
//[RunOn(TargetFrameworks.NetCore)]
64+
//[TestCategory(TestCategories.MSA)]
65+
// Disabled as this test is flaky. This will be reenabled as part of https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5240
6566
public async Task Interactive_MsaUser_Async()
6667
{
6768
// Arrange

0 commit comments

Comments
 (0)