mirror of https://github.com/Sonarr/Sonarr
Ignore HttpClientFixture integration tests
This commit is contained in:
parent
ee32829cdb
commit
9f527718f2
|
@ -20,6 +20,7 @@ using NzbDrone.Test.Common.Categories;
|
|||
|
||||
namespace NzbDrone.Common.Test.Http
|
||||
{
|
||||
[Ignore("httpbin is bugged")]
|
||||
[IntegrationTest]
|
||||
[TestFixture(typeof(ManagedHttpDispatcher))]
|
||||
public class HttpClientFixture<TDispatcher> : TestBase<HttpClient> where TDispatcher : IHttpDispatcher
|
||||
|
|
Loading…
Reference in New Issue