Disable tests failing on CLR on Linux and Mac

This commit is contained in:
John Luo 2016-06-02 15:16:36 -07:00
parent 7cf08e1c2d
commit 2c7368a6b3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{