Skip to content

Commit 87940f7

Browse files
authored
Disabling tests since testingsts.azurewebsites.net is down (#5306)
Disabling tests
1 parent 1178388 commit 87940f7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/RuntimeBrokerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public async Task WamSilentAuthUserInteractionRequiredAsync()
9393

9494
[DoNotRunOnLinux] // POP is not supported on Linux
9595
[IgnoreOnOneBranch]
96+
[Ignore("Tracking here: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5305")]
9697
[TestMethod]
9798
public async Task ExtractNonceWithAuthParserAndValidateShrAsync()
9899
{

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/WwwAuthenticateParametersIntegrationTests.NetFwk.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ private static async Task RunTestForSettingsAsync(string hostName, string apiVer
101101
}
102102

103103
[RunOn(TargetFrameworks.NetCore)]
104+
[Ignore("Tracking here: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5305")]
104105
public async Task ExtractNonceFromWwwAuthHeadersAsync()
105106
{
106107
//Arrange & Act
@@ -125,6 +126,7 @@ public async Task ExtractNonceFromWwwAuthHeadersAsync()
125126
}
126127

127128
[RunOn(TargetFrameworks.NetCore)]
129+
[Ignore("Tracking here: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5305")]
128130
public async Task ExtractNonceFromAuthInfoHeadersAsync()
129131
{
130132
//Arrange & Act
@@ -141,6 +143,7 @@ public async Task ExtractNonceFromAuthInfoHeadersAsync()
141143
}
142144

143145
[RunOn(TargetFrameworks.NetCore)]
146+
[Ignore("Tracking here: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/5305")]
144147
public async Task ExtractNonceWithAuthParserAsync()
145148
{
146149
//Arrange & Act

0 commit comments

Comments
 (0)