Skip to content

Commit 0ffca7e

Browse files
committed
Update RazorPagesTemplateTest.cs
1 parent db1903b commit 0ffca7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ProjectTemplates/test/RazorPagesTemplateTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,8 @@ public async Task RazorPagesTemplate_IndividualAuth(bool useLocalDB)
211211
}
212212
}
213213

214-
[Fact]
214+
[ConditionalFact]
215+
[SkipOnHelix("runtime compliation restore no worky")]
215216
public async Task RazorPagesTemplate_RazorRuntimeCompilation_BuildsAndPublishes()
216217
{
217218
Project = await ProjectFactory.GetOrCreateProject("razorpages_rc", Output);

0 commit comments

Comments
 (0)