Re-enable skipped test

This commit is contained in:
Ajay Bhargav Baaskaran 2017-04-04 19:25:50 -07:00
parent 925ad75cdf
commit 3424e20c67
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace Microsoft.AspNetCore.Mvc.FunctionalTests
public HttpClient EncodedClient { get; } public HttpClient EncodedClient { get; }
[Theory] [Theory]
//[InlineData("Index")] Skipping temporarily to unblock build [InlineData("Index")]
[InlineData("About")] [InlineData("About")]
[InlineData("Help")] [InlineData("Help")]
[InlineData("UnboundDynamicAttributes")] [InlineData("UnboundDynamicAttributes")]