mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Disable some flaky tests on MacOS
This commit is contained in:
parent
ea56775fa6
commit
5b2df4d9ca
3 changed files with 5 additions and 1 deletions
|
@ -84,6 +84,7 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
[Platform(Exclude="MacOsX")]
|
||||||
public void should_honor_ttl()
|
public void should_honor_ttl()
|
||||||
{
|
{
|
||||||
int hitCount = 0;
|
int hitCount = 0;
|
||||||
|
@ -105,6 +106,7 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Retry(3)]
|
[Retry(3)]
|
||||||
|
[Platform(Exclude="MacOsX")]
|
||||||
public void should_clear_expired_when_they_expire()
|
public void should_clear_expired_when_they_expire()
|
||||||
{
|
{
|
||||||
int hitCount = 0;
|
int hitCount = 0;
|
||||||
|
|
|
@ -7,6 +7,7 @@ using NzbDrone.Common.TPL;
|
||||||
namespace NzbDrone.Common.Test.TPLTests
|
namespace NzbDrone.Common.Test.TPLTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
[Platform(Exclude="MacOsX")]
|
||||||
public class DebouncerFixture
|
public class DebouncerFixture
|
||||||
{
|
{
|
||||||
public class Counter
|
public class Counter
|
||||||
|
|
|
@ -10,6 +10,7 @@ using FluentAssertions;
|
||||||
namespace NzbDrone.Common.Test.TPLTests
|
namespace NzbDrone.Common.Test.TPLTests
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
|
[Platform(Exclude="MacOsX")]
|
||||||
public class RateLimitServiceFixture : TestBase<RateLimitService>
|
public class RateLimitServiceFixture : TestBase<RateLimitService>
|
||||||
{
|
{
|
||||||
private DateTime _epoch;
|
private DateTime _epoch;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue