We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5784d commit 3f0c7cdCopy full SHA for 3f0c7cd
src/ProjectTemplates/test/BlazorServerTemplateTest.cs
@@ -81,10 +81,10 @@ public async Task BlazorServerTemplateWorks_NoAuth()
81
}
82
83
84
- [ConditionalTheory(Skip = "See: https://github.com/dotnet/aspnetcore/issues/20520")]
+ [Theory]
85
[InlineData(true)]
86
[InlineData(false)]
87
- [SkipOnHelix("ef restore no worky")]
+ [SkipOnHelix("Selenium not supported on Helix.")]
88
[QuarantinedTest]
89
public async Task BlazorServerTemplateWorks_IndividualAuth(bool useLocalDB)
90
{
0 commit comments