Enable native compilation JIT tests for Mac.
This commit is contained in:
parent
e764896edb
commit
8ef4d95097
1 changed files with 0 additions and 6 deletions
|
@ -53,12 +53,6 @@ namespace ConsoleApplication
|
|||
[Fact]
|
||||
public void TestDotnetCompileNativeRyuJit()
|
||||
{
|
||||
// Skip this test on mac
|
||||
if(SkipForOS(OSPlatform.OSX, "https://github.com/dotnet/cli/issues/246"))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if(SkipForOS(OSPlatform.Linux, "https://github.com/dotnet/cli/issues/527"))
|
||||
{
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue