Added [Ignore] to integration unit tests
This commit is contained in:
parent
702c118783
commit
733c7d1757
|
@ -6,6 +6,7 @@ using NUnit.Framework;
|
|||
|
||||
namespace Filtration.ItemFilterPreview.Data.Tests.Repositories
|
||||
{
|
||||
[Ignore("integration test")]
|
||||
[TestFixture]
|
||||
public class TestItemSetRepository
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue