mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
Don't throw after catching the exception during TearDown
This commit is contained in:
parent
76f8cc81da
commit
dc694b0f34
@ -40,7 +40,6 @@ public void TearDown()
|
|||||||
catch (Win32Exception ex)
|
catch (Win32Exception ex)
|
||||||
{
|
{
|
||||||
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
|
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
|
||||||
throw;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user