mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-21 08:04:13 +00:00
Don't throw after catching the exception during TearDown
This commit is contained in:
@@ -40,7 +40,6 @@ namespace NzbDrone.Common.Test
|
||||
catch (Win32Exception ex)
|
||||
{
|
||||
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
|
||||
throw;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user