diff --git a/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs b/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs index 6f1a4ff918..c8e6854704 100644 --- a/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs +++ b/test/FunctionalTests/CoreCLRTests/RazorSdkUsedTest_CoreCLR.cs @@ -22,7 +22,7 @@ namespace FunctionalTests public ApplicationTestFixture Fixture { get; } - [Fact] + [Fact(Skip = "https://github.com/aspnet/MvcPrecompilation/issues/241")] public async Task Publish_UsesRazorSDK() { using (StartLog(out var loggerFactory))