Disable some flaky tests on MacOS

This commit is contained in:
ta264
2019-11-02 14:48:54 +00:00
parent ea56775fa6
commit 5b2df4d9ca
3 changed files with 5 additions and 1 deletions
@@ -84,6 +84,7 @@ namespace NzbDrone.Common.Test.CacheTests
}
[Test]
[Platform(Exclude="MacOsX")]
public void should_honor_ttl()
{
int hitCount = 0;
@@ -105,6 +106,7 @@ namespace NzbDrone.Common.Test.CacheTests
[Test]
[Retry(3)]
[Platform(Exclude="MacOsX")]
public void should_clear_expired_when_they_expire()
{
int hitCount = 0;