From 2e4609a02bda11ce79f20aa26e18177a9cb27865 Mon Sep 17 00:00:00 2001 From: Doug Bunting <6431421+dougbu@users.noreply.github.com> Date: Sat, 21 Sep 2019 11:40:02 -0700 Subject: [PATCH] Skip F# variant of `MvcTemplate_NoAuthImplAsync(...)` test - #14022 - template test run on CI does not honour `[Flaky]` --- src/ProjectTemplates/test/MvcTemplateTest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ProjectTemplates/test/MvcTemplateTest.cs b/src/ProjectTemplates/test/MvcTemplateTest.cs index 95f6ce784a..0ec1c9e01e 100644 --- a/src/ProjectTemplates/test/MvcTemplateTest.cs +++ b/src/ProjectTemplates/test/MvcTemplateTest.cs @@ -27,7 +27,7 @@ namespace Templates.Test [Theory] [InlineData(null)] - [InlineData("F#")] + [InlineData("F#", Skip = "https://github.com/aspnet/AspNetCore/issues/14022")] [Flaky("https://github.com/aspnet/AspNetCore-Internal/issues/2267", FlakyOn.All)] public async Task MvcTemplate_NoAuthImplAsync(string languageOverride) {