Skip to content

Commit

Permalink
b2c test is flaky (#2722)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Caruso <[email protected]>
  • Loading branch information
keegan-caruso and Keegan Caruso authored Mar 26, 2024
1 parent 03f4973 commit c0facf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/E2E Tests/WebAppUiTests/B2CWebAppCallsWebApiLocally.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
using System.Diagnostics;
using System.IO;
using System.Runtime.Versioning;
using System.Threading;
using System.Threading.Tasks;
using Azure.Identity;
using Microsoft.Identity.Lab.Api;
using Microsoft.Playwright;
using TokenAcquirerTests;
using Xunit;
using Xunit.Abstractions;
using TC = Microsoft.Identity.Web.Test.Common.TestConstants;
Expand Down Expand Up @@ -40,7 +40,7 @@ public B2CWebAppCallsWebApiLocally(ITestOutputHelper output)
_output = output;
}

[Fact]
[IgnoreOnAzureDevopsFact]
[SupportedOSPlatform("windows")]
public async Task Susi_B2C_LocalAccount_TodoAppFucntionsCorrectly()
{
Expand Down
1 change: 1 addition & 0 deletions tests/E2E Tests/WebAppUiTests/WebAppUiTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<ProjectReference Include="..\..\DevApps\WebAppCallsWebApiCallsGraph\gRPC\grpc.csproj" />
<ProjectReference Include="..\..\DevApps\WebAppCallsWebApiCallsGraph\TodoListService\TodoListService.csproj" />
<ProjectReference Include="..\..\Microsoft.Identity.Web.Test.Common\Microsoft.Identity.Web.Test.Common.csproj" />
<ProjectReference Include="..\TokenAcquirerTests\TokenAcquirerTests.csproj" />
</ItemGroup>

</Project>

0 comments on commit c0facf5

Please sign in to comment.