Skip to content

Commit 2e4609a

Browse files
committed
Skip F# variant of MvcTemplate_NoAuthImplAsync(...) test
- #14022 - template test run on CI does not honour `[Flaky]`
1 parent 3c05f3a commit 2e4609a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/MvcTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public MvcTemplateTest(ProjectFactoryFixture projectFactory, ITestOutputHelper o
2727

2828
[Theory]
2929
[InlineData(null)]
30-
[InlineData("F#")]
30+
[InlineData("F#", Skip = "https://github.com/aspnet/AspNetCore/issues/14022")]
3131
[Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2267", FlakyOn.All)]
3232
public async Task MvcTemplate_NoAuthImplAsync(string languageOverride)
3333
{

0 commit comments

Comments
 (0)