De-quarantine BlazorServerTemplateWorks_IndividualAuth test (#21286)

This commit is contained in:
Safia Abdalla 2020-04-30 12:17:48 -07:00 committed by GitHub
parent 1d561c0129
commit 8271204317
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -81,10 +81,10 @@ namespace Templates.Test
}
}
[ConditionalTheory(Skip = "See: https://github.com/dotnet/aspnetcore/issues/20520")]
[Theory]
[InlineData(true)]
[InlineData(false)]
[SkipOnHelix("ef restore no worky")]
[SkipOnHelix("Selenium not supported on Helix.")]
[QuarantinedTest]
public async Task BlazorServerTemplateWorks_IndividualAuth(bool useLocalDB)
{