Quarantine the `ReactTemplate_IndividualAuth_NetCore` test (#19584)

This commit is contained in:
Artak 2020-03-04 16:34:31 -08:00 committed by GitHub
parent 4192a023f5
commit d71a61ded8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ namespace Templates.Test.SpaTemplateTest
public Task ReactTemplate_Works_NetCore()
=> SpaTemplateImplAsync("reactnoauth", "react", useLocalDb: false, usesAuth: false);
[QuarantinedTest]
[ConditionalFact]
[SkipOnHelix("selenium")]
public Task ReactTemplate_IndividualAuth_NetCore()