mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-04 22:54:39 +01:00
Disable some flaky tests on MacOS
This commit is contained in:
parent
fc5e2b63e0
commit
92334d237a
3 changed files with 5 additions and 1 deletions
|
|
@ -84,6 +84,7 @@ public void should_store_null()
|
|||
}
|
||||
|
||||
[Test]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public void should_honor_ttl()
|
||||
{
|
||||
int hitCount = 0;
|
||||
|
|
@ -105,6 +106,7 @@ public void should_honor_ttl()
|
|||
|
||||
[Test]
|
||||
[Retry(3)]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public void should_clear_expired_when_they_expire()
|
||||
{
|
||||
int hitCount = 0;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
namespace NzbDrone.Common.Test.TPLTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public class DebouncerFixture
|
||||
{
|
||||
public class Counter
|
||||
|
|
@ -126,4 +127,4 @@ public void should_handle_pause_reentrancy()
|
|||
counter.Count.Should().Be(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
namespace NzbDrone.Common.Test.TPLTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public class RateLimitServiceFixture : TestBase<RateLimitService>
|
||||
{
|
||||
private DateTime _epoch;
|
||||
|
|
|
|||
Loading…
Reference in a new issue