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:
parent
d95614ecb3
commit
7c324a45a4
@ -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
|
||||
|
@ -6,6 +6,7 @@ using Xunit;
|
||||
|
||||
namespace YY.EventLogReaderAssistant.Services.Tests
|
||||
{
|
||||
[Collection("SQLite Event Log Test")]
|
||||
public class SQLiteExtensionsTests
|
||||
{
|
||||
#region Private Member Variables
|
||||
|
Loading…
Reference in New Issue
Block a user