skip ryujit test on ubuntu
This commit is contained in:
parent
2139df7b0b
commit
b9476d3c2c
1 changed files with 5 additions and 0 deletions
|
@ -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}");
|
||||
|
|
Loading…
Reference in a new issue