mirror of
https://github.com/Readarr/Readarr.git
synced 2026-09-25 12:45:06 -04:00
skip sqlce teardown on mono.
This commit is contained in:
1 parent
3c2d1d4707
commit
efa44219cf
1 file changed
+5
@@ -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;
|
||||
|
||||
Reference in new issue
Block a user