1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-17 21:26:13 -04:00

Don't throw after catching the exception during TearDown

This commit is contained in:
Mark McDowall
2016-04-08 10:16:29 -07:00
parent 76f8cc81da
commit dc694b0f34

View File

@@ -40,7 +40,6 @@ namespace NzbDrone.Common.Test
catch (Win32Exception ex)
{
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
throw;
}
});