mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-22 03:05:03 -04:00
Don't throw after catching the exception during TearDown
This commit is contained in:
1 parent
76f8cc81da
commit
dc694b0f34
1 file changed
-1
@@ -40,7 +40,6 @@ public void TearDown()
|
||||
catch (Win32Exception ex)
|
||||
{
|
||||
TestLogger.Warn(ex, "{0} when killing process", ex.Message);
|
||||
throw;
|
||||
}
|
||||
|
||||
});
|
||||
|
||||
Reference in new issue
Block a user