mirror of
https://github.com/Radarr/Radarr
synced 2026-03-03 02:52:21 +01:00
Disabled httpbin.org tests for now due to the site being flaky.
This commit is contained in:
parent
0cce6b74f9
commit
633344e5bb
1 changed files with 2 additions and 1 deletions
|
|
@ -34,7 +34,8 @@ public class HttpClientFixture<TDispatcher> : TestBase<HttpClient> where TDispat
|
|||
[OneTimeSetUp]
|
||||
public void FixtureSetUp()
|
||||
{
|
||||
var candidates = new[] { "eu.httpbin.org", "httpbin.org", "www.httpbin.org" };
|
||||
var candidates = new[] { "eu.httpbin.org", /*"httpbin.org",*/ "www.httpbin.org" };
|
||||
// httpbin.org is broken right now, occassionally redirecting to https if it's unavailable.
|
||||
_httpBinHosts = candidates.Where(IsTestSiteAvailable).ToArray();
|
||||
|
||||
TestLogger.Info($"{candidates.Length} TestSites available.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue