mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
Disable some flaky tests on MacOS
This commit is contained in:
@@ -7,6 +7,7 @@ using NzbDrone.Common.TPL;
|
||||
namespace NzbDrone.Common.Test.TPLTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public class DebouncerFixture
|
||||
{
|
||||
public class Counter
|
||||
@@ -126,4 +127,4 @@ namespace NzbDrone.Common.Test.TPLTests
|
||||
counter.Count.Should().Be(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,6 +10,7 @@ using FluentAssertions;
|
||||
namespace NzbDrone.Common.Test.TPLTests
|
||||
{
|
||||
[TestFixture]
|
||||
[Platform(Exclude="MacOsX")]
|
||||
public class RateLimitServiceFixture : TestBase<RateLimitService>
|
||||
{
|
||||
private DateTime _epoch;
|
||||
|
||||
Reference in New Issue
Block a user