Skip to content

Commit 6294d38

Browse files
authored
Disabling tests while investigating file location issues (#831)
1 parent b8c1180 commit 6294d38

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

test/MusicStore.E2ETests/NtlmAuthentationTest.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public Task NtlmAuthenticationTest_WebListener_CoreCLR_Portable()
2727
return NtlmAuthenticationTest(ServerType.WebListener, RuntimeFlavor.CoreClr, ApplicationType.Portable);
2828
}
2929

30-
[ConditionalFact]
30+
[ConditionalFact (Skip = "https://github.com/aspnet/MusicStore/issues/830") ]
3131
public Task NtlmAuthenticationTest_WebListener_CoreCLR_Standalone()
3232
{
3333
return NtlmAuthenticationTest(ServerType.WebListener, RuntimeFlavor.CoreClr, ApplicationType.Standalone);
@@ -39,7 +39,7 @@ public Task NtlmAuthenticationTest_IISExpress_CoreCLR_Portable()
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);
@@ -51,7 +51,7 @@ public Task NtlmAuthenticationTest_WebListener_CLR()
5151
return NtlmAuthenticationTest(ServerType.WebListener, RuntimeFlavor.Clr, ApplicationType.Portable);
5252
}
5353

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

test/MusicStore.E2ETests/SmokeTests_X64.cs

+2-2
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)