Skip to content

Commit f4ea403

Browse files
authored
Disabling tests while investigating ANCM responding with 400 status code. (#837)
1 parent ebb9249 commit f4ea403

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/MusicStore.E2ETests/NtlmAuthentationTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ public Task NtlmAuthenticationTest_WebListener_CoreCLR_Standalone()
3333
return NtlmAuthenticationTest(ServerType.WebListener, RuntimeFlavor.CoreClr, ApplicationType.Standalone);
3434
}
3535

36-
[ConditionalFact]
36+
[ConditionalFact(Skip = "https://github.com/aspnet/MusicStore/issues/830")]
3737
public Task NtlmAuthenticationTest_IISExpress_CoreCLR_Portable()
3838
{
3939
return NtlmAuthenticationTest(ServerType.IISExpress, RuntimeFlavor.CoreClr, ApplicationType.Portable);
4040
}
4141

42-
[ConditionalFact]
42+
[ConditionalFact(Skip = "https://github.com/aspnet/MusicStore/issues/830")]
4343
public Task NtlmAuthenticationTest_IISExpress_CoreCLR_Standalone()
4444
{
4545
return NtlmAuthenticationTest(ServerType.IISExpress, RuntimeFlavor.CoreClr, ApplicationType.Standalone);
@@ -52,7 +52,7 @@ public Task NtlmAuthenticationTest_WebListener_CLR()
5252
return NtlmAuthenticationTest(ServerType.WebListener, RuntimeFlavor.Clr, ApplicationType.Portable);
5353
}
5454

55-
[ConditionalFact]
55+
[ConditionalFact(Skip = "https://github.com/aspnet/MusicStore/issues/830")]
5656
public Task NtlmAuthenticationTest_IISExpress_CLR()
5757
{
5858
return NtlmAuthenticationTest(ServerType.IISExpress, RuntimeFlavor.Clr, ApplicationType.Standalone);

test/MusicStore.E2ETests/SmokeTests_X64.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public Task SmokeTests_X64_WebListener_CoreClr_Standalone()
4040
return _smokeTestRunner.SmokeTestSuite(ServerType.WebListener, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, ApplicationType.Standalone);
4141
}
4242

43-
[ConditionalFact]
43+
[ConditionalFact(Skip = "https://github.com/aspnet/MusicStore/issues/830")]
4444
[OSSkipCondition(OperatingSystems.Linux)]
4545
[OSSkipCondition(OperatingSystems.MacOSX)]
4646
public Task SmokeTests_X64_IISExpress_Clr()
@@ -56,7 +56,7 @@ public Task SmokeTests_X64_IISExpress_CoreClr_Portable()
5656
return _smokeTestRunner.SmokeTestSuite(ServerType.IISExpress, RuntimeFlavor.CoreClr, RuntimeArchitecture.x64, ApplicationType.Portable);
5757
}
5858

59-
[ConditionalFact]
59+
[ConditionalFact(Skip = "https://github.com/aspnet/MusicStore/issues/830")]
6060
[OSSkipCondition(OperatingSystems.Linux)]
6161
[OSSkipCondition(OperatingSystems.MacOSX)]
6262
public Task SmokeTests_X64_IISExpress_CoreClr_Standalone()

0 commit comments

Comments
 (0)