File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Microsoft.Identity.Web.Test.Integration Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public AcquireTokenForUserIntegrationTests(WebApplicationFactory<Startup> factor
3333
3434 private readonly WebApplicationFactory < Startup > _factory ;
3535
36- [ Theory ( Skip = "Skip while lab is being fixed." ) ]
36+ [ Theory ( Skip = "Skip while lab is being fixed. https://github.com/AzureAD/microsoft-identity-web/issues/3438 " ) ]
3737 [ InlineData ( TestConstants . SecurePageGetTokenForUserAsync ) ]
3838 [ InlineData ( TestConstants . SecurePageCallDownstreamWebApi ) ]
3939 [ InlineData ( TestConstants . SecurePageCallDownstreamWebApiGeneric ) ]
@@ -58,7 +58,7 @@ public async Task GetTokenForUserAsync(
5858 Assert . True ( response . IsSuccessStatusCode ) ;
5959 }
6060
61- [ Theory ( Skip = "Skip while lab is being fixed." ) ]
61+ [ Theory ( Skip = "Skip while lab is being fixed. https://github.com/AzureAD/microsoft-identity-web/issues/3438 " ) ]
6262 [ InlineData ( TestConstants . SecurePage2GetTokenForUserAsync ) ]
6363 [ InlineData ( TestConstants . SecurePage2CallDownstreamWebApi ) ]
6464 [ InlineData ( TestConstants . SecurePage2CallDownstreamWebApiGeneric ) ]
You can’t perform that action at this time.
0 commit comments