De-quarantine BlazorServerTemplateWorks_IndividualAuth test (#21286)
This commit is contained in:
parent
1d561c0129
commit
8271204317
|
|
@ -81,10 +81,10 @@ namespace Templates.Test
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalTheory(Skip = "See: https://github.com/dotnet/aspnetcore/issues/20520")]
|
[Theory]
|
||||||
[InlineData(true)]
|
[InlineData(true)]
|
||||||
[InlineData(false)]
|
[InlineData(false)]
|
||||||
[SkipOnHelix("ef restore no worky")]
|
[SkipOnHelix("Selenium not supported on Helix.")]
|
||||||
[QuarantinedTest]
|
[QuarantinedTest]
|
||||||
public async Task BlazorServerTemplateWorks_IndividualAuth(bool useLocalDB)
|
public async Task BlazorServerTemplateWorks_IndividualAuth(bool useLocalDB)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue