diff --git a/src/NzbDrone.Common.Test/ServiceProviderTests.cs b/src/NzbDrone.Common.Test/ServiceProviderTests.cs index 6888a5356..88bf733e7 100644 --- a/src/NzbDrone.Common.Test/ServiceProviderTests.cs +++ b/src/NzbDrone.Common.Test/ServiceProviderTests.cs @@ -77,6 +77,7 @@ namespace NzbDrone.Common.Test } [Test] + [Explicit] public void Should_be_able_to_start_and_stop_service() { Subject.GetService(ALWAYS_INSTALLED_SERVICE).Status diff --git a/src/NzbDrone.Integration.Test/RootFolderIntegrationTest.cs b/src/NzbDrone.Integration.Test/RootFolderIntegrationTest.cs index 216507465..149aa2c6d 100644 --- a/src/NzbDrone.Integration.Test/RootFolderIntegrationTest.cs +++ b/src/NzbDrone.Integration.Test/RootFolderIntegrationTest.cs @@ -15,6 +15,7 @@ namespace NzbDrone.Integration.Test } [Test] + [Ignore("SignalR on CI seems unstable")] public void should_add_and_delete_root_folders() { ConnectSignalR();