Re-enable skipped test
This commit is contained in:
parent
925ad75cdf
commit
3424e20c67
|
|
@ -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")]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue