Disabled unstable CI integration tests.

This commit is contained in:
Taloth Saldono 2015-06-03 21:52:47 +02:00
parent 866f971d41
commit cd5b00afa8
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -15,6 +15,7 @@ namespace NzbDrone.Integration.Test
}
[Test]
[Ignore("SignalR on CI seems unstable")]
public void should_add_and_delete_root_folders()
{
ConnectSignalR();