Skip to content

Commit 9837743

Browse files
authored
Add work item for skipped tests. (#3439)
1 parent 48b6aa5 commit 9837743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Microsoft.Identity.Web.Test.Integration/AcquireTokenForUserIntegrationTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)]

0 commit comments

Comments
 (0)