Added [Ignore] to integration unit tests

This commit is contained in:
Ben Wallis 2017-05-08 20:12:24 +01:00
parent 702c118783
commit 733c7d1757
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ using NUnit.Framework;
namespace Filtration.ItemFilterPreview.Data.Tests.Repositories
{
[Ignore("integration test")]
[TestFixture]
public class TestItemSetRepository
{