Disable tests failing on CLR on Linux and Mac
This commit is contained in:
parent
7cf08e1c2d
commit
2c7368a6b3
|
|
@ -32,7 +32,7 @@ namespace Microsoft.AspNetCore.Localization.FunctionalTests
|
|||
|
||||
[ConditionalTheory]
|
||||
[OSSkipCondition(OperatingSystems.Windows)]
|
||||
[InlineData(RuntimeFlavor.Clr, "http://localhost:5080/", RuntimeArchitecture.x64)]
|
||||
//[InlineData(RuntimeFlavor.Clr, "http://localhost:5080/", RuntimeArchitecture.x64)] // Disabled due to https://github.com/dotnet/corefx/issues/9012
|
||||
[InlineData(RuntimeFlavor.CoreClr, "http://localhost:5081/", RuntimeArchitecture.x64)]
|
||||
public Task RunSite_NonWindowsOnly(RuntimeFlavor runtimeFlavor, string applicationBaseUrl, RuntimeArchitecture runtimeArchitecture)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue