Disable single instance check for integration tests

Causes a SIGABRT on mono 6.10 and 6.12 - double free or corruption
This commit is contained in:
ta264
2020-08-17 22:27:05 +01:00
parent d92895381c
commit 5a1b82e195
4 changed files with 7 additions and 3 deletions
@@ -340,8 +340,6 @@ namespace NzbDrone.Common.Processes
//TODO: move this to an OS specific class
var monoProcesses = Process.GetProcessesByName("mono")
.Union(Process.GetProcessesByName("mono-sgen"))
.Union(Process.GetProcessesByName("mono-sgen32"))
.Union(Process.GetProcessesByName("mono-sgen64"))
.Where(process =>
process.Modules.Cast<ProcessModule>()
.Any(module =>