From 8ef4d95097a79006dcaffea370825759595bb810 Mon Sep 17 00:00:00 2001 From: Gaurav Khanna Date: Thu, 17 Dec 2015 14:53:57 -0800 Subject: [PATCH] Enable native compilation JIT tests for Mac. --- test/E2E/E2ETest.cs | 6 ------ 1 file changed, 6 deletions(-) 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;