Skip react for now (#8053)

Skip react for now
This commit is contained in:
Ryan Brandenburg 2019-03-01 09:47:53 -08:00 committed by GitHub
parent 3b16c69786
commit 0d489304a4
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="This test is flaky. Using https://github.com/aspnet/AspNetCore-Internal/issues/1745 to track re-enabling this.")]
public void ReactTemplate_Works_NetCore()
=> SpaTemplateImpl("react");
}