diff --git a/test/E2E/E2ETest.cs b/test/E2E/E2ETest.cs index ae9d6a738..13788bdbc 100644 --- a/test/E2E/E2ETest.cs +++ b/test/E2E/E2ETest.cs @@ -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;