From ad60834a6facb7411fe3a3b956f5d3d0920c4fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Fri, 1 Jun 2018 12:48:39 +0300 Subject: [PATCH] Disable Bootstrap.Demo tests --- .../AspNetCore/Mvc/UI/Bootstrap/Demo/Components/Card_Tests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Tests/Volo/Abp/AspNetCore/Mvc/UI/Bootstrap/Demo/Components/Card_Tests.cs b/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Tests/Volo/Abp/AspNetCore/Mvc/UI/Bootstrap/Demo/Components/Card_Tests.cs index 8c7cce61e2..9fcac03459 100644 --- a/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Tests/Volo/Abp/AspNetCore/Mvc/UI/Bootstrap/Demo/Components/Card_Tests.cs +++ b/test/Volo.Abp.AspNetCore.Mvc.UI.Bootstrap.Demo.Tests/Volo/Abp/AspNetCore/Mvc/UI/Bootstrap/Demo/Components/Card_Tests.cs @@ -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");