Disable Bootstrap.Demo tests

pull/301/head
Halil İbrahim Kalkan 8 years ago
parent 36cb5b4a65
commit ad60834a6f

@ -6,7 +6,7 @@ namespace Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Components
{
public class Card_Tests : AbpAspNetCoreMvcUiBootstrapDemoTestBase
{
[Fact]
[Fact(Skip = "This test project is not completed yet")]
public async Task Index()
{
var result = await GetResponseAsStringAsync("/Components/Cards");

Loading…
Cancel
Save