mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-01 03:52:14 +00:00
Don't throw after catching the exception during TearDown
This commit is contained in:
parent
76f8cc81da
commit
dc694b0f34
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ namespace NzbDrone.Common.Test
|
|||
catch (Win32Exception ex)
|
||||
{
|
||||
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
|
||||
throw;
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue