1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

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 =>