Skipping a Blazor template test

This test is causing hangs in quarantine. Adding an explicit skip.
This commit is contained in:
Ryan Nowak 2020-04-03 11:48:33 -07:00
parent 2883a47542
commit 27df28fada
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ namespace Templates.Test
}
}
[ConditionalTheory]
[ConditionalTheory(Skip = "See: https://github.com/dotnet/aspnetcore/issues/20520")]
[InlineData(true)]
[InlineData(false)]
[SkipOnHelix("ef restore no worky")]