mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 17:59:14 +00:00
skip sqlce teardown on mono.
This commit is contained in:
parent
3c2d1d4707
commit
efa44219cf
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@ public void CoreTestTearDown()
|
|||
{
|
||||
ConfigProvider.ClearCache();
|
||||
|
||||
if (EnvironmentProvider.IsMono)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (_db != null && _db.Connection != null && File.Exists(_db.Connection.Database))
|
||||
{
|
||||
var file = _db.Connection.Database;
|
||||
|
|
Loading…
Reference in a new issue