From 6130eb0ec5a888e01db8360f57e6dba2f71e8472 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 10 Apr 2018 14:30:16 -0700 Subject: [PATCH] Is 1888 fixed --- .../IntegrationTests/RazorGenerateIntegrationTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.Razor.Design.Test/IntegrationTests/RazorGenerateIntegrationTest.cs b/test/Microsoft.AspNetCore.Razor.Design.Test/IntegrationTests/RazorGenerateIntegrationTest.cs index eb6b764567..e146e9c0d0 100644 --- a/test/Microsoft.AspNetCore.Razor.Design.Test/IntegrationTests/RazorGenerateIntegrationTest.cs +++ b/test/Microsoft.AspNetCore.Razor.Design.Test/IntegrationTests/RazorGenerateIntegrationTest.cs @@ -92,8 +92,7 @@ namespace Microsoft.AspNetCore.Razor.Design.IntegrationTests Assert.FileDoesNotExist(result, IntermediateOutputPath, "SimpleMvc.Views.dll"); } - [ConditionalFact] - [OSSkipCondition(OperatingSystems.MacOSX, SkipReason = "aspnet/Razor#1888")] + [Fact] [InitializeTestProject("SimpleMvc")] public async Task RazorGenerate_BuildsIncrementally() {