Skip F# variant of `MvcTemplate_NoAuthImplAsync(...)` test
- #14022 - template test run on CI does not honour `[Flaky]`
This commit is contained in:
parent
3c05f3a8af
commit
2e4609a02b
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue