1
0
mirror of https://github.com/BDDSM/YY.EventLogReaderAssistant.git synced 2024-11-26 18:11:45 +02:00

Отключил параллельное выполнение тестов для служебного класса работы со SQLite и класса "EventLogReader"

This commit is contained in:
YPermitin 2020-04-14 23:46:26 +05:00
parent d95614ecb3
commit 7c324a45a4
2 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,10 @@ using Xunit;
namespace YY.EventLogReaderAssistant.Tests
{
[CollectionDefinition("SQLite Event Log Test", DisableParallelization = true)]
public class SQLiteEventLogTestDefinition { }
[Collection("SQLite Event Log Test")]
public class EventLogReaderTests
{
#region Private Member Variables

View File

@ -6,6 +6,7 @@ using Xunit;
namespace YY.EventLogReaderAssistant.Services.Tests
{
[Collection("SQLite Event Log Test")]
public class SQLiteExtensionsTests
{
#region Private Member Variables