From cd5b00afa88e19281704020d869c21905765a1cf Mon Sep 17 00:00:00 2001 From: Taloth Saldono Date: Wed, 3 Jun 2015 21:52:47 +0200 Subject: [PATCH] Disabled unstable CI integration tests. --- src/NzbDrone.Common.Test/ServiceProviderTests.cs | 1 + src/NzbDrone.Integration.Test/RootFolderIntegrationTest.cs | 1 + 2 files changed, 2 insertions(+) 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();