Skip to content

Commit 48b6aa5

Browse files
authored
Skip tests while lab is being fixed. (#3437)
1 parent 4c04c76 commit 48b6aa5

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]
36+
[Theory(Skip = "Skip while lab is being fixed.")]
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]
61+
[Theory(Skip = "Skip while lab is being fixed.")]
6262
[InlineData(TestConstants.SecurePage2GetTokenForUserAsync)]
6363
[InlineData(TestConstants.SecurePage2CallDownstreamWebApi)]
6464
[InlineData(TestConstants.SecurePage2CallDownstreamWebApiGeneric)]

0 commit comments

Comments
 (0)