skipping ReactRedux test due to flakiness (#8100)

related #7377
This commit is contained in:
Andrew Stanton-Nurse 2019-03-01 13:54:57 -08:00 committed by GitHub
parent 85c051d8da
commit 9a61275fa6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Templates.Test.SpaTemplateTest
{
}
[Fact]
[Fact(Skip = "https://github.com/aspnet/AspNetCore/issues/7377")]
public void ReactReduxTemplate_Works_NetCore()
=> SpaTemplateImpl("reactredux");
}