mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 03:38:26 -07:00
Fixed: Convert MonoOnly to PosixOnly
This commit is contained in:
parent
8a938f6856
commit
d881b26261
14 changed files with 40 additions and 29 deletions
|
@ -160,6 +160,14 @@ namespace NzbDrone.Test.Common
|
|||
}
|
||||
}
|
||||
|
||||
protected void PosixOnly()
|
||||
{
|
||||
if (OsInfo.IsWindows)
|
||||
{
|
||||
throw new IgnoreException("non windows specific test");
|
||||
}
|
||||
}
|
||||
|
||||
protected void MonoOnly()
|
||||
{
|
||||
if (!PlatformInfo.IsMono)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue