skip ryujit test on ubuntu

This commit is contained in:
Bryan 2015-12-16 15:01:27 -08:00
parent 2139df7b0b
commit b9476d3c2c

View file

@ -59,6 +59,11 @@ namespace ConsoleApplication
return;
}
if(SkipForOS(OSPlatform.Linux, "https://github.com/dotnet/cli/issues/527"))
{
return;
}
TestSetup();
TestRunCommand("dotnet", $"compile --native -o {OutputDirectory}");