Skip to content

Commit

Permalink
Remove unit test for user
Browse files Browse the repository at this point in the history
  • Loading branch information
keggyy committed Mar 6, 2017
1 parent 8260b01 commit d44371d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Wlog.Test/Tests/MangeUserTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
using Wlog.BLL.Classes;
using Wlog.BLL.Entities;
using Wlog.Library.BLL.Reporitories;
using Wlog.Test.Attributes;
using Wlog.Web.Code.Mappings;
using Wlog.Web.Controllers;
using Wlog.Web.Models.User;
Expand All @@ -23,7 +24,7 @@ public MangeUserTest()
}


[Fact]
[Fact, TestPriority(1), Trait("Category", "ExcludedFromCI")]
public void MangeUser()
{
NewUser user = new NewUser();
Expand Down

0 comments on commit d44371d

Please sign in to comment.